@@ -63,7 +63,7 @@ |
||
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 | } |