@@ -818,7 +818,7 @@ |
||
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 | */ |