Skip to content

Commit e533e7d

Browse files
committed
fixed short array CS in comments
1 parent 85e717b commit e533e7d

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)