@@ -207,7 +207,7 @@ |
||
| 207 | 207 | $dictionary = $this->getDictionary($items); |
| 208 | 208 | |
| 209 | 209 | foreach ($this->items as $item) { |
| 210 | - if (! isset($dictionary[(string) $item->getKey()])) { |
|
| 210 | + if (!isset($dictionary[(string) $item->getKey()])) { |
|
| 211 | 211 | $diff->add($item); |
| 212 | 212 | } |
| 213 | 213 | } |