Completed
Push — master ( 39c620...12e227 )
by Mike
03:57
created
lib/Doctrine/DBAL/Migrations/Tools/Console/Command/StatusCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
         }
123 123
     }
124 124
 
125
+    /**
126
+     * @param \Doctrine\DBAL\Migrations\Version[] $migrations
127
+     */
125 128
     private function showVersions($migrations, Configuration $configuration, OutputInterface $output)
126 129
     {
127 130
         $migratedVersions = $configuration->getMigratedVersions();
Please login to merge, or discard this patch.