Skip to content

Commit

Permalink
fix: correct the deprecation method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Aug 16, 2023
1 parent 3353005 commit 3780d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected function doListTableColumns($table, $database = null): array
Deprecation::triggerIfCalledFromOutside(
'doctrine/dbal',
'https://github.com/doctrine/dbal/issues/5284',
'Passing $database to AbstractSchemaManager::listTableColumns() is deprecated.',
'Passing $database to AbstractSchemaManager::doListTableColumns() is deprecated.',
);
}

Expand Down

0 comments on commit 3780d3a

Please sign in to comment.