Commit a282ed5
committed
minor symfony#2591 [TwigComponent] Fix Twig 3.21 deprecations (getExpressionParser) (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[TwigComponent] Fix Twig 3.21 deprecations (getExpressionParser)
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Following twigphp/Twig#4543
Commits
-------
dfeb323 [TwigComponent] Fix getExpressionParser deprecations (Twig 3.21)File tree
2 files changed
+18
-3
lines changed- src/TwigComponent/src/Twig
2 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
101 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
102 | 112 | | |
103 | 113 | | |
104 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments