Skip to content

Commit a6466b4

Browse files
authored
Use twig.strict_variables: '%kernel.debug%' (#269)
1 parent c91eef5 commit a6466b4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
framework:
22
profiler: ~
3+
4+
twig:
5+
strict_variables: '%kernel.debug%'

Tests/Resources/app/config/config_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ httplug:
2626
services:
2727
app.http.plugin.custom:
2828
class: Http\Client\Common\Plugin\RedirectPlugin
29+
30+
twig:
31+
strict_variables: '%kernel.debug%'

0 commit comments

Comments
 (0)