Skip to content

Commit

Permalink
Merge pull request #11115 from localheinz/fix/typo
Browse files Browse the repository at this point in the history
Fix: Typo
  • Loading branch information
greg0ire committed Dec 12, 2023
2 parents 46cb9a9 + 6af7f9f commit 2b91edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ public static function create($connection, Configuration $config, ?EventManager
Deprecation::trigger(
'doctrine/orm',
'https://github.com/doctrine/orm/pull/9961',
'%s() is deprecated. To boostrap a DBAL connection, call %s::getConnection() instead. Use the constructor to create an instance of %s.',
'%s() is deprecated. To bootstrap a DBAL connection, call %s::getConnection() instead. Use the constructor to create an instance of %s.',
__METHOD__,
DriverManager::class,
self::class
Expand Down

0 comments on commit 2b91edc

Please sign in to comment.