Passed
Pull Request — develop (#139)
by Laurent
05:35 queued 03:01
created
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.