Passed
Push — features/47-laravelmethods ( 9642d7...9881c8 )
by Luke
04:14
created
src/Collection/Sequence.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      * @param mixed $item Item to prepend to collection
104 104
      * @return $this
105 105
      */public function prepend($item)
106
-{
106
+    {
107 107
     // TODO: Implement prepend() method.
108 108
 }
109 109
 
Please login to merge, or discard this patch.