Skip to content

Commit a980774

Browse files
committed
minor symfony#19199 fixed typo (fabpot)
This PR was merged into the 2.7 branch. Discussion ---------- fixed typo | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a /cc @pborreli This one is for me :) Commits ------- e334960 fixed typo
2 parents 7dbd849 + e334960 commit a980774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ protected function loadCacheDriver($cacheName, $objectManagerName, array $cacheD
403403
/**
404404
* Returns a modified version of $managerConfigs.
405405
*
406-
* The manager called $autoMappedManager will map all bundles that are not mepped by other managers.
406+
* The manager called $autoMappedManager will map all bundles that are not mapped by other managers.
407407
*
408408
* @param array $managerConfigs
409409
* @param array $bundles

0 commit comments

Comments
 (0)