Passed
Push — develop ( 370f48...cc396d )
by Laurent
07:33 queued 04:53
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.