Skip to content

Commit

Permalink
Merge d21712e into 888e6a7
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jun 16, 2020
2 parents 888e6a7 + d21712e commit 0889e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/BasicAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getUser(ServerRequest $request)
*
* @param \Cake\Http\ServerRequest $request A request object.
* @param \Cake\Http\Response $response A response object.
* @return void
* @return \Cake\Http\Response|null|void
* @throws \Cake\Http\Exception\UnauthorizedException
*/
public function unauthenticated(ServerRequest $request, Response $response)
Expand Down

0 comments on commit 0889e0e

Please sign in to comment.