@@ -324,7 +324,7 @@ |
||
| 324 | 324 | * @param array $values `[when => then]` |
| 325 | 325 | * @return Branch |
| 326 | 326 | */ |
| 327 | - public function switch(array $values = []) |
|
| 327 | + public function switch (array $values = []) |
|
| 328 | 328 | { |
| 329 | 329 | return Branch::factory($this->db, "{$this}", $values); |
| 330 | 330 | } |