Passed
Push — feature-family-log ( 655216 )
by Laurent
01:49
created
Infrastructure/Finders/DoctrineOrm/DoctrineFamilyLogFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         ;
58 58
 
59 59
         return new FamilyLogs(
60
-            ...\array_map(static function (FamilyLog $familyLog) {
60
+            ...\array_map(static function(FamilyLog $familyLog) {
61 61
                 return new FamilyLogModel(
62 62
                     $familyLog->name(),
63 63
                     $familyLog->parent(),
Please login to merge, or discard this patch.