Completed
Pull Request — master (#1739)
by mark
01:33
created
src/Phinx/Db/Adapter/PdoAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -818,7 +818,7 @@
 block discarded – undo
818 818
      * Returns the instructions to drop the specified foreign key from a database table.
819 819
      *
820 820
      * @param string $tableName The table where the foreign key constraint is
821
-     * @param array $columns The list of column names
821
+     * @param string[] $columns The list of column names
822 822
      *
823 823
      * @return \Phinx\Db\Util\AlterInstructions
824 824
      */
Please login to merge, or discard this patch.