We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dd33b commit 5c46306Copy full SHA for 5c46306
src/Phinx/Db/Adapter/SQLiteAdapter.php
@@ -1035,7 +1035,7 @@ protected function recreateIndicesAndTriggers(AlterInstructions $instructions):
1035
* the given table, and of those tables whose constraints are
1036
* targeting it.
1037
*
1038
- * @param string|array<string> $tableName The name of the table for which to check constraints.
+ * @param string|array<string> $tableNames The name of the table for which to check constraints.
1039
* @return void
1040
*/
1041
protected function validateForeignKeys(string|array $tableNames): void
0 commit comments