Passed
Push — master ( 08a8fa...e64906 )
by y
01:56
created
src/DB/Fluent/Branch.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,9 +90,11 @@
 block discarded – undo
90 90
      * @param string|ValueInterface $else
91 91
      * @return $this
92 92
      */
93
-    public function else($else)
93
+    public function else {
94
+        ($else)
94 95
     {
95 96
         $this->else = isset($else) ? $this->db->quote($else) : null;
97
+    }
96 98
         return $this;
97 99
     }
98 100
 
Please login to merge, or discard this patch.