Passed
Push — main ( ceca55...00ce52 )
by Daniel
03:51
created
src/DataProvider/StateProvider/FormStateProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
     }
30 30
 
31
-    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
31
+    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object | array | null
32 32
     {
33 33
         $id = $uriVariables['id'];
34 34
         if ('password_reset' === $id) {
Please login to merge, or discard this patch.