Commit ec09cdf
committed
minor #2506 [TwigComponent] Remove obsolete TemplateNameParser (sneakyvv)
This PR was merged into the 2.x branch.
Discussion
----------
[TwigComponent] Remove obsolete TemplateNameParser
It no longer parses (and should not have been stripping namespaces as it did before)
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Issues |
| License | MIT
As discussed in #1772 (comment), the code added in #1070 (& expanded in #1082) was not needed (even incorrect, based upon a decorator TemplateIterator of Shopware).
Commits
-------
99cb909 Remove obsolete TemplateNameParserFile tree
4 files changed
+2
-85
lines changed- src/TwigComponent
- src/Twig
- tests/Unit/Twig
4 files changed
+2
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 47 deletions
This file was deleted.
0 commit comments