Passed
Pull Request — develop (#166)
by Laurent
03:08 queued 01:35
created
Infrastructure/Finders/DoctrineOrm/DoctrineSupplierFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         ;
69 69
 
70 70
         return new Suppliers(
71
-            ...\array_map(static function (Supplier $supplier) {
71
+            ...\array_map(static function(Supplier $supplier) {
72 72
                 return new SupplierReadModel(
73 73
                     $supplier->getUuid(),
74 74
                     $supplier->getCompanyName(),
Please login to merge, or discard this patch.