Passed
Push — main ( 00ce52...3ff206 )
by Daniel
03:46
created
src/DataProvider/StateProvider/FormStateProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.