Test Failed
Pull Request — main (#140)
by Daniel
15:33
created
src/DataProvider/StateProvider/UserStateProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $this->requestStack = $requestStack;
34 34
     }
35 35
 
36
-    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
36
+    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object | array | null
37 37
     {
38 38
         // is_a($resourceClass, AbstractUser::class, true)
39 39
         $request = $this->requestStack->getCurrentRequest();
Please login to merge, or discard this patch.