Passed
Push — master ( ee15b2...de8ec8 )
by Arnaud
259:49 queued 216:10
created
src/Event/Listener/Data/CreateDataFilterListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 }
46 46
 
47 47
                 if (\is_array($data[$name])) {
48
-                    $check = array_filter($data[$name], function ($value) {
48
+                    $check = array_filter($data[$name], function($value) {
49 49
                         return $value !== null;
50 50
                     });
51 51
 
Please login to merge, or discard this patch.