Skip to content

Commit 3888217

Browse files
authored
Fix default value of strict_variables
1 parent 638063f commit 3888217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ by Symfony. Besides, it simplifies how you refer to those templates:
439439
strict_variables
440440
~~~~~~~~~~~~~~~~
441441

442-
**type**: ``boolean`` **default**: ``'%kernel.debug%'``
442+
**type**: ``boolean`` **default**: ``false``
443443

444444
If set to ``true``, Symfony shows an exception whenever a Twig variable,
445445
attribute or method doesn't exist. If set to ``false`` these errors are ignored

0 commit comments

Comments
 (0)