Skip to content

Commit

Permalink
Changing doc block of CsrfProtectionMiddleware::__invoke()
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 23, 2017
1 parent 1c06522 commit f2f3752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Middleware/CsrfProtectionMiddleware.php
Expand Up @@ -75,7 +75,7 @@ public function __construct(array $config = [])
}

/**
* Serve assets if the path matches one.
* Checks and sets the CSRF token depending on the HTTP verb.
*
* @param \Psr\Http\Message\ServerRequestInterface $request The request.
* @param \Psr\Http\Message\ResponseInterface $response The response.
Expand Down

0 comments on commit f2f3752

Please sign in to comment.