Commit c8fdee6
committed
minor #15843 [Twig] Fix global variable name in XML config (sebpacz)
This PR was merged into the 5.3 branch.
Discussion
----------
[Twig] Fix global variable name in XML config
In the XML example, the global variable is named "foo" instead of "uuid".
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
279af5c [Twig] Fix global variable name in XML config1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments