@@ -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); |