We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031ed19 commit 21a3cd3Copy full SHA for 21a3cd3
DependencyInjection/CompilerPass/RegisterMappingsPass.php
@@ -50,7 +50,7 @@ abstract class RegisterMappingsPass implements CompilerPassInterface
50
/**
51
* List of potential container parameters that hold the object manager name
52
* to register the mappings with the correct metadata driver, for example
53
- * array('acme.manager', 'doctrine.default_entity_manager').
+ * ['acme.manager', 'doctrine.default_entity_manager'].
54
*
55
* @var string[]
56
*/
0 commit comments