Completed
Push — dev ( b2de40...69a478 )
by Zach
02:14
created
src/Commands/Migrate.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,7 +135,6 @@  discard block
 block discarded – undo
135 135
     /**
136 136
      * Get an instance of the migrator.
137 137
      *
138
-     * @param SymfonyOutput $output
139 138
      *
140 139
      * @return Migrator
141 140
      */
@@ -190,7 +189,7 @@  discard block
 block discarded – undo
190 189
      *
191 190
      * @param Migrator       $migrator
192 191
      * @param InputInterface $input
193
-     * @param Output         $symfonyOutput
192
+     * @param SymfonyOutput         $symfonyOutput
194 193
      */
195 194
     protected function preformRefresh(
196 195
         Migrator $migrator,
Please login to merge, or discard this patch.