There was an error while loading. Please reload this page.
2 parents fc405f2 + 4175799 commit 6fedb84Copy full SHA for 6fedb84
1 file changed
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