Skip to content

Commit

Permalink
Merge 3.3.x into 3.4.x (doctrine#5505)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jul 15, 2022
2 parents bbda852 + 39a05f6 commit c60fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Comparator.php
Expand Up @@ -37,7 +37,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 c60fd26

Please sign in to comment.