[DoctrineBridge] Fixed php doc

This commit is contained in:
Vyacheslav Pavlov 2016-07-23 18:28:19 +03:00 committed by Nicolas Grekas
parent c4069a4016
commit b2d25f4d18
2 changed files with 5 additions and 5 deletions

View File

@ -314,10 +314,10 @@ abstract class AbstractDoctrineExtension extends Extension
/** /**
* Loads a cache driver. * Loads a cache driver.
* *
* @param string $cacheDriverServiceId The cache driver name * @param string $cacheName The cache driver name
* @param string $objectManagerName The object manager name * @param string $objectManagerName The object manager name
* @param array $cacheDriver The cache driver mapping * @param array $cacheDriver The cache driver mapping
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container The ContainerBuilder instance * @param ContainerBuilder $container The ContainerBuilder instance
* *
* @return string * @return string
* *

View File

@ -111,7 +111,7 @@ abstract class RegisterMappingsPass implements CompilerPassInterface
* @param string[] $managerParameters List of container parameters that could * @param string[] $managerParameters List of container parameters that could
* hold the manager name. * hold the manager name.
* @param string $driverPattern Pattern for the metadata driver service name * @param string $driverPattern Pattern for the metadata driver service name
* @param string $enabledParameter Service container parameter that must be * @param string|false $enabledParameter Service container parameter that must be
* present to enable the mapping. Set to false * present to enable the mapping. Set to false
* to not do any check, optional. * to not do any check, optional.
* @param string $configurationPattern Pattern for the Configuration service name * @param string $configurationPattern Pattern for the Configuration service name