Passed
Push — develop ( eb8792...6aee1f )
by Laurent
06:12
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.
Infrastructure/Finders/DoctrineOrm/DoctrineSupplierFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         ;
72 72
 
73 73
         return new Suppliers(
74
-            ...\array_map(static function (Supplier $supplier) {
74
+            ...\array_map(static function(Supplier $supplier) {
75 75
                 return new SupplierModel(
76 76
                     $supplier->uuid(),
77 77
                     $supplier->name(),
Please login to merge, or discard this patch.