Skip to content

Commit 549cc8b

Browse files
authored
Merge pull request #413 from pgrimaud/master
Fix typo in Tests/Functional/app/config/framework.yaml
2 parents 9551c64 + 598a759 commit 549cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/app/config/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ framework:
1212
type: 'yaml'
1313

1414
twig:
15-
strict_variables: "%kernel.debug%" #supresses deprecation notices about the default value TwigBundle pre version 5
15+
strict_variables: "%kernel.debug%" #suppresses deprecation notices about the default value TwigBundle pre version 5
1616
paths:
1717
"%test.project_dir%/Resources/views": App

0 commit comments

Comments
 (0)