Skip to content

Commit

Permalink
Fix yaml deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Sep 18, 2016
1 parent 9ca7539 commit a3fb261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/config/framework.yml
Expand Up @@ -9,7 +9,7 @@ framework:
enabled: true
enable_annotations: true
router:
resource: %kernel.root_dir%/config/routing.yml
resource: "%kernel.root_dir%/config/routing.yml"

services:
logger:
Expand Down
4 changes: 2 additions & 2 deletions Tests/Functional/config/twig.yml
Expand Up @@ -3,5 +3,5 @@ framework:
engines: [twig, php]

twig:
debug: %kernel.debug%
strict_variables: %kernel.debug%
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"

0 comments on commit a3fb261

Please sign in to comment.