Skip to content

Commit da2110d

Browse files
authored
fix reserved indicator (#2249)
When using the yaml config template this lead to : ``` The reserved indicator "%" cannot start a plain scalar. ``` If apply, this commit will fix that.
1 parent 459b5e3 commit da2110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/symfony4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ services:
164164
- { name: doctrine.event_subscriber, connection: default }
165165
calls:
166166
- [ setAnnotationReader, [ "@annotation_reader" ] ]
167-
- [ setDefaultLocale, [ %locale% ] ]
167+
- [ setDefaultLocale, [ "%locale%" ] ]
168168
- [ setTranslationFallback, [ false ] ]
169169

170170
gedmo.listener.timestampable:

0 commit comments

Comments
 (0)