Skip to content

Commit

Permalink
Update doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Jan 23, 2016
1 parent 070e763 commit 461f429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct(
* @param ResponseInterface $response
* @param callable $next
*
* @return ResponseInterface Status 401 if not authenticated, 403 if not authorized
* @return ResponseInterface
*/
public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next)
{
Expand Down

0 comments on commit 461f429

Please sign in to comment.