Skip to content

Commit 21a3cd3

Browse files
committed
fixed CS
1 parent 031ed19 commit 21a3cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CompilerPass/RegisterMappingsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract class RegisterMappingsPass implements CompilerPassInterface
5050
/**
5151
* List of potential container parameters that hold the object manager name
5252
* to register the mappings with the correct metadata driver, for example
53-
* array('acme.manager', 'doctrine.default_entity_manager').
53+
* ['acme.manager', 'doctrine.default_entity_manager'].
5454
*
5555
* @var string[]
5656
*/

0 commit comments

Comments
 (0)