Completed
Push — master ( 2a6b25...3e146f )
by Jason
02:39
created
src/Contracts/AbstractCollection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,7 @@
 block discarded – undo
61 61
             if (is_int($key))
62 62
             {
63 63
                 array_splice($this->collection, $key, 1);
64
-            }
65
-            else if (is_string($key))
64
+            } else if (is_string($key))
66 65
             {
67 66
                 unset($this->collection[$key]);
68 67
             }
Please login to merge, or discard this patch.