Completed
Pull Request — master (#1414)
by
unknown
02:59
created
src/Phinx/Migration/AbstractMigration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
352 352
      *
353 353
      * @param string|null $direction
354 354
      *
355
-     * @return void
355
+     * @return boolean
356 356
      */
357 357
     public function postFlightCheck($direction = null) {
358 358
         foreach($this->tables as $table) {
Please login to merge, or discard this patch.