@@ -153,7 +153,7 @@ |
||
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); |