minor #12632 Fixed a docblock (GrahamCampbell)

This PR was merged into the 2.6 branch.

Discussion
----------

Fixed a docblock

Commits
-------

e130a29 Fixed a docblock
This commit is contained in:
Fabien Potencier 2014-11-29 13:09:38 +01:00
commit 309de6dd61

View File

@ -398,9 +398,12 @@ abstract class AbstractDoctrineExtension extends Extension
/**
* Returns a modified version of $managerConfigs.
*
* The manager called $autoMappedManager will map all bundles that are not mepped by other managers.
*
* @param array $managerConfigs
* @param array $bundles
*
* @return array The modified version of $managerConfigs.
*/
protected function fixManagersAutoMappings(array $managerConfigs, array $bundles)