Passed
Pull Request — main (#140)
by Daniel
07:55 queued 02:24
created
src/DataProvider/StateProvider/RouteStateProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $this->defaultProvider = $defaultProvider;
35 35
     }
36 36
 
37
-    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
37
+    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object | array | null
38 38
     {
39 39
         if ($operation instanceof CollectionOperationInterface) {
40 40
             return $this->defaultProvider->provide($operation->withProvider(CollectionProvider::class), $uriVariables, $context);
Please login to merge, or discard this patch.