Completed
Pull Request — master (#188)
by
unknown
02:48
created
lib/Doctrine/DBAL/Migrations/Version.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -502,6 +502,4 @@
 block discarded – undo
502 502
             $out[] = is_string($key) ? sprintf(':%s => %s', $key, $outval) : $outval;
503 503
         }
504 504
 
505
-        return sprintf('with parameters (%s)', implode(', ', $out));
506
-    }
507
-}
505
+        return sprintf('with parameters (%s)', implode(', ', $out
508 506
\ No newline at end of file
Please login to merge, or discard this patch.