Passed
Push — feat/create-company-bounded-co... ( d47591...d959db )
by Laurent
01:39
created
Administration/Infrastructure/Finders/DoctrineOrm/DoctrineUserFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         ;
92 92
 
93 93
         return new Users(
94
-            ...\array_map(static function (User $user) {
94
+            ...\array_map(static function(User $user) {
95 95
                 return new UserReadModel(
96 96
                     $user->getUuid(),
97 97
                     $user->getUsername(),
Please login to merge, or discard this patch.