We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc405f2 + 4175799 commit 6fedb84Copy full SHA for 6fedb84
Docs/Documentation/Authorization.md
@@ -54,8 +54,8 @@ At your Application::middleware add the authorization and request authorization
54
55
As usual create or update the Application::getAuthorizationService method:
56
57
-````
58
- public function getAuthorizationService(ServerRequestInterface $request, ResponseInterface $response)
+```
+ public function getAuthorizationService(ServerRequestInterface $request): AuthorizationServiceInterface
59
{
60
$map = new MapResolver();
61
$map->map(
0 commit comments