99 * file that was distributed with this source code.
1010 */
1111
12-
1312namespace Symfony \Cmf \Bundle \CoreBundle \DependencyInjection \Compiler ;
1413
1514use Symfony \Component \DependencyInjection \ContainerBuilder ;
@@ -36,13 +35,14 @@ class DoctrineOrmMappingsPass implements CompilerPassInterface
3635 * Usually, you should not need to directly instantiate this class but use
3736 * one of the factory methods.
3837 *
39- * @param Definition|Reference $driver the driver to use
40- * @param array $namespaces list of namespaces this driver should handle.
41- * @param string[] $managerParameters ordered list of container parameters that may
42- * provide the name of the manager to register the mappings for. The first non-empty name
43- * is used, the others skipped.
38+ * @param Definition|Reference $driver The driver to use.
39+ * @param array $namespaces List of namespaces this driver should handle.
40+ * @param string[] $managerParameters Ordered list of container parameters that may
41+ * provide the name of the manager to register
42+ * the mappings for. The first non-empty name
43+ * is used, the others skipped.
4444 * @param bool $enabledParameter if specified, the compiler pass only executes
45- * if this parameter exists in the service container.
45+ * if this parameter exists in the service container.
4646 */
4747 public function __construct ($ driver , $ namespaces , array $ managerParameters , $ enabledParameter = false )
4848 {
@@ -97,14 +97,14 @@ protected function getChainDriverServiceName(ContainerBuilder $container)
9797 /**
9898 * Create a mapping with the bundle namespace aware SymfonyFileLocator.
9999 *
100- * @param array $mappings Hashmap of directory path to namespace
101- * @param string[] $managerParameters List of parameters that could tell which object manager name
102- * your bundle uses. This compiler pass will automatically
103- * append the parameter name for the default entity manager
104- * to this list.
100+ * @param array $mappings Hashmap of directory path to namespace
101+ * @param string[] $managerParameters List of parameters that could tell which object manager name
102+ * your bundle uses. This compiler pass will automatically
103+ * append the parameter name for the default entity manager
104+ * to this list.
105105 * @param boolean|string $enabledParameter Service container parameter that must be present to
106- * enable the mapping. Set to false to not do any check,
107- * optional.
106+ * enable the mapping. Set to false to not do any check,
107+ * optional.
108108 */
109109 public static function createXmlMappingDriver (array $ mappings , array $ managerParameters = array (), $ enabledParameter = false )
110110 {
0 commit comments