Skip to content

Commit c0699e9

Browse files
committed
Release 1.0.1
1 parent 7a5db93 commit c0699e9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"

src/Twig/TemplateDebugNodeVisitor.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
55
use Twig\Environment;
66
use Twig\Node\BlockNode;
77
use Twig\Node\Expression\ConstantExpression;
8-
use Twig\Node\ModuleNode;
98
use Twig\Node\Node;
109
use Twig\Node\PrintNode;
1110
use 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-
*/
1712
class TemplateDebugNodeVisitor implements NodeVisitorInterface
1813
{
1914
private int $blockCounter = 0;

0 commit comments

Comments
 (0)