Completed
Push — master ( 5e7d15...a0ad30 )
by Jason
01:48
created
src/Contracts/AbstractCollection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
             if (is_int($key))
53 53
             {
54 54
                 array_splice($this->collection, $key, 1);
55
-            }
56
-            else
55
+            } else
57 56
             {
58 57
                 if (is_string($key))
59 58
                 {
Please login to merge, or discard this patch.