Completed
Push — fix_sf-kernel ( a33e54 )
by Laurent
62:15 queued 46:01
created
src/Domain/Model/Common/Entities/FamilyLog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     private function hasChildren(self $familyLog): ?array
83 83
     {
84 84
         if (null !== $familyLog->children) {
85
-            return \array_map(static function (FamilyLog $child) {
85
+            return \array_map(static function(FamilyLog $child) {
86 86
                 return $child->name;
87 87
             }, $familyLog->children);
88 88
         }
Please login to merge, or discard this patch.