Test Setup Failed
Push — testing ( 5e91b9...cae3ce )
by Roman
02:51
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.