@@ -31,7 +31,7 @@ |
||
| 31 | 31 | { |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | - public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null |
|
| 34 | + public function provide(Operation $operation, array $uriVariables = [], array $context = []): object | array | null |
|
| 35 | 35 | { |
| 36 | 36 | if ($operation instanceof CollectionOperationInterface) { |
| 37 | 37 | return $this->defaultProvider->provide($operation->withProvider(CollectionProvider::class), $uriVariables, $context); |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | ); |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | - private function getPrePopulatedUser (): ?AbstractUser { |
|
| 120 | + private function getPrePopulatedUser(): ?AbstractUser { |
|
| 121 | 121 | if (!$request = $this->requestStack->getMainRequest()) { |
| 122 | 122 | return null; |
| 123 | 123 | } |