@@ -28,7 +28,7 @@ |
||
28 | 28 | { |
29 | 29 | } |
30 | 30 | |
31 | - public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null |
|
31 | + public function provide(Operation $operation, array $uriVariables = [], array $context = []): object | array | null |
|
32 | 32 | { |
33 | 33 | $id = $uriVariables['id']; |
34 | 34 | if ('password_reset' === $id) { |