Passed
Push — master ( e9ffd0...78a3b8 )
by y
01:28
created
src/DB/Fluent/Value/ComparisonTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.