Failed Conditions
Pull Request — master (#535)
by Luís
04:35
created
lib/Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -106,6 +106,11 @@
 block discarded – undo
106 106
         return $this->instanceTemplate;
107 107
     }
108 108
 
109
+    /**
110
+     * @param string $version
111
+     * @param string $up
112
+     * @param string $down
113
+     */
109 114
     protected function generateMigration(Configuration $configuration, InputInterface $input, $version, $up = null, $down = null)
110 115
     {
111 116
         $placeHolders = [
Please login to merge, or discard this patch.