Skip to content

Commit

Permalink
Merge pull request #5503 from derrabus/bugfix/deprecation-link
Browse files Browse the repository at this point in the history
Fix link in deprecation message
  • Loading branch information
derrabus committed Jul 14, 2022
2 parents 2485d0a + 5c85fd4 commit 39a05f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Comparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct(?AbstractPlatform $platform = null)
if ($platform === null) {
Deprecation::triggerIfCalledFromOutside(
'doctrine/dbal',
'https://github.com/doctrine/dbal/pull/4659',
'https://github.com/doctrine/dbal/pull/4746',
'Not passing a $platform to %s is deprecated.'
. ' Use AbstractSchemaManager::createComparator() to instantiate the comparator.',
__METHOD__
Expand Down

0 comments on commit 39a05f6

Please sign in to comment.