File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 33 "description" : " Sidworks Developer tools for Shopware 6" ,
44 "type" : " shopware-platform-plugin" ,
55 "license" : " MIT" ,
6- "version" : " 1.0.0 " ,
6+ "version" : " 1.0.1 " ,
77 "authors" : [
88 {
99 "name" : " Sidworks"
Original file line number Diff line number Diff line change 55use Twig \Environment ;
66use Twig \Node \BlockNode ;
77use Twig \Node \Expression \ConstantExpression ;
8- use Twig \Node \ModuleNode ;
98use Twig \Node \Node ;
109use Twig \Node \PrintNode ;
1110use Twig \NodeVisitor \NodeVisitorInterface ;
1211
13- /**
14- * Simplified Twig Node Visitor
15- * Only adds BLOCK_START/END comments to identify which template each block comes from
16- */
1712class TemplateDebugNodeVisitor implements NodeVisitorInterface
1813{
1914 private int $ blockCounter = 0 ;
You can’t perform that action at this time.
0 commit comments