Test Setup Failed
Push — main ( e03535...dde247 )
by Pieter
03:39
created
src/Concerns/CompositeValueObjectWithExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         }
30 30
         return array_filter(
31 31
             $result,
32
-            function ($value) {
32
+            function($value) {
33 33
                 return $value !== null;
34 34
             }
35 35
         );
Please login to merge, or discard this patch.