Skip to content

Commit

Permalink
fix AuthenticationHandler::onError signature
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed May 23, 2015
1 parent 27a2d87 commit 7320d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/V2/Authentication/AuthenticationHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function onRequest( RequestInterface $request ) {
* @throws AuthenticationException
* @throws InvalidPermissionsException
*/
public function onError( ResponseInterface $response ) {
public function onError( ResponseInterface $response = null ) {
if( is_null( $response )) {
return;
}
Expand Down

0 comments on commit 7320d83

Please sign in to comment.