Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 09e16bd

Browse files
committed
Merge pull request #498 from sosek108/patch-1
Update fixtures_initializers.rst
2 parents fa5c419 + b0141ff commit 09e16bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/phpcr_odm/fixtures_initializers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A service to use the generic initializer looks like this:
5151
class: Doctrine\Bundle\PHPCRBundle\Initializer\GenericInitializer
5252
arguments:
5353
- AcmeContentBundle Basepaths
54-
- { "/my/content", "/my/menu" }
54+
- [ "/my/content", "/my/menu" ]
5555
- "%acme.cnd%"
5656
tags:
5757
- { name: "doctrine_phpcr.initializer" }

0 commit comments

Comments
 (0)