Completed
Push — 4.x ( da046c...d9a6cf )
by Kit Loong
08:01
created
src/Xethron/MigrationsGenerator/MigrateGenerateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
     /**
229 229
      * Generate foreign key migrations.
230 230
      *
231
-     * @param  array  $tables  List of tables to create migrations for
231
+     * @param  string[]  $tables  List of tables to create migrations for
232 232
      * @return void
233 233
      */
234 234
     protected function generateForeignKeys(array $tables)
Please login to merge, or discard this patch.