Passed
Push — master ( f96c2a...76a901 )
by BENOIT
02:17
created
src/Changeset/IterablePropertyChangeset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     private function diff(array $a, array $b): array
65 65
     {
66
-        return array_filter($a, function ($item) use ($b) {
66
+        return array_filter($a, function($item) use ($b) {
67 67
             return !in_array($item, $b, true);
68 68
         });
69 69
     }
Please login to merge, or discard this patch.