Skip to content

Commit 5c46306

Browse files
committed
fix phpdoc param
Signed-off-by: Matthew Peveler <[email protected]>
1 parent f8dd33b commit 5c46306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phinx/Db/Adapter/SQLiteAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ protected function recreateIndicesAndTriggers(AlterInstructions $instructions):
10351035
* the given table, and of those tables whose constraints are
10361036
* targeting it.
10371037
*
1038-
* @param string|array<string> $tableName The name of the table for which to check constraints.
1038+
* @param string|array<string> $tableNames The name of the table for which to check constraints.
10391039
* @return void
10401040
*/
10411041
protected function validateForeignKeys(string|array $tableNames): void

0 commit comments

Comments
 (0)