Skip to content

Commit 2b91edc

Browse files
authored
Merge pull request #11115 from localheinz/fix/typo
Fix: Typo
2 parents 46cb9a9 + 6af7f9f commit 2b91edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ORM/EntityManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ public static function create($connection, Configuration $config, ?EventManager
987987
Deprecation::trigger(
988988
'doctrine/orm',
989989
'https://github.com/doctrine/orm/pull/9961',
990-
'%s() is deprecated. To boostrap a DBAL connection, call %s::getConnection() instead. Use the constructor to create an instance of %s.',
990+
'%s() is deprecated. To bootstrap a DBAL connection, call %s::getConnection() instead. Use the constructor to create an instance of %s.',
991991
__METHOD__,
992992
DriverManager::class,
993993
self::class

0 commit comments

Comments
 (0)