Completed
Push — master ( 0212b4...c2f1af )
by Dickriven
04:16
created
Category
src/Model/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,6 +8,6 @@
 block discarded – undo
8 8
 
9 9
     public function add($item)
10 10
     {
11
-        $this->items[] = $item;
11
+        $this->items[ ] = $item;
12 12
     }
13 13
 }
Please login to merge, or discard this patch.