Passed
Push — main ( 74d327...4ecde6 )
by Daniel
04:28
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.
src/Form/Type/User/PasswordUpdateType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         );
118 118
     }
119 119
 
120
-    private function getPrePopulatedUser (): ?AbstractUser {
120
+    private function getPrePopulatedUser(): ?AbstractUser {
121 121
         if (!$request = $this->requestStack->getMainRequest()) {
122 122
             return null;
123 123
         }
Please login to merge, or discard this patch.