Test Failed
Push — master ( 0c2ad6...e8c327 )
by Terzi
05:02
created
src/Collection/Mutable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
      * @return $this|BaseCollection
154 154
      * @throws Exception
155 155
      */
156
-    public function switch($id, $value)
156
+    public function switch ($id, $value)
157 157
     {
158 158
         if ($position = $this->position($id)) {
159 159
             $this->offsetSet($position, $value);
Please login to merge, or discard this patch.