diff options
Diffstat (limited to 'src/OAuth2/ResponseInterface.php')
| -rw-r--r-- | src/OAuth2/ResponseInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth2/ResponseInterface.php b/src/OAuth2/ResponseInterface.php index ac59763..e2320c3 100644 --- a/src/OAuth2/ResponseInterface.php +++ b/src/OAuth2/ResponseInterface.php @@ -9,5 +9,5 @@ interface OAuth2_ResponseInterface public function addHttpHeaders(array $httpHeaders); public function setStatusCode($statusCode); public function setError($statusCode, $name, $description = null, $uri = null); - public function setRedirect($statusCode = 302, $url, $error = null, $errorDescription = null, $errorUri = null, $state = null); + public function setRedirect($statusCode = 302, $url, $state = null, $error = null, $errorDescription = null, $errorUri = null); }
\ No newline at end of file |
