Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 8c03340

Browse files
committed
You cannot start a Plain Style Scalar with an Indicator (%). Plain
Style Scalars which have a leading % should be changed to double-quote style scalars. for #426
1 parent 9afa2c1 commit 8c03340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ a link cannot be generated):
7777

7878
framework:
7979
router:
80-
strict_requirements: %kernel.debug%
80+
strict_requirements: "%kernel.debug%"
8181

8282
The `default_locale` parameter is now a setting of the main `framework`
8383
configuration (it was under the `framework.session` in 2.0):
8484

8585
framework:
86-
default_locale: %locale%
86+
default_locale: "%locale%"
8787

8888
The `auto_start` setting under `framework.session` must be removed as it is
8989
not used anymore (the session is now always started on-demand). If

0 commit comments

Comments
 (0)