Passed
Push — main ( 74d327...4ecde6 )
by Daniel
04:28
created
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.