Passed
Push — feature-authentication ( 1315b9 )
by Laurent
03:57
created
Administration/Infrastructure/Finders/DoctrineOrm/DoctrineUserFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
         ;
91 91
 
92 92
         return new Users(
93
-            ...\array_map(static function (UserDomainModel $user) {
93
+            ...\array_map(static function(UserDomainModel $user) {
94 94
                 return new UserReadModel(
95 95
                     $user->getUuid(),
96 96
                     $user->getUsername(),
Please login to merge, or discard this patch.