Passed
Push — master ( 2803f9...87a090 )
by y
01:49
created
src/DB/Fluent/Choice.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.
bin/migrate.php 1 patch
Braces   +1 added lines, -10 removed lines patch added patch discarded remove patch
@@ -347,13 +347,4 @@
 block discarded – undo
347 347
              */
348 348
             public function down(\$schema)
349 349
             {
350
-        {$down}
351
-            }
352
-
353
-        };
354
-
355
-        MIGRATION
356
-        );
357
-    }
358
-
359
-})->_exec();
350
+        {$down}
360 351
\ No newline at end of file
Please login to merge, or discard this patch.