Skip to content

Commit 6fedb84

Browse files
authored
Merge pull request #74 from ADmad/patch-1
Fix e.g. code.
2 parents fc405f2 + 4175799 commit 6fedb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/Documentation/Authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ At your Application::middleware add the authorization and request authorization
5454

5555
As usual create or update the Application::getAuthorizationService method:
5656

57-
````
58-
public function getAuthorizationService(ServerRequestInterface $request, ResponseInterface $response)
57+
```
58+
public function getAuthorizationService(ServerRequestInterface $request): AuthorizationServiceInterface
5959
{
6060
$map = new MapResolver();
6161
$map->map(

0 commit comments

Comments
 (0)