Skip to content

Commit 4e50eff

Browse files
committed
Remove unused variable
1 parent 1ac88c3 commit 4e50eff

File tree

1 file changed

+0
-5
lines changed
  • lib/internal/Magento/Framework/View/Template/Html/Minifier/Php

1 file changed

+0
-5
lines changed

lib/internal/Magento/Framework/View/Template/Html/Minifier/Php/NodeVisitor.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ class NodeVisitor extends NodeVisitorAbstract
2424
*/
2525
private $previous;
2626

27-
/**
28-
* @var int
29-
*/
30-
private $heredocCount = 0;
31-
3227
public function beforeTraverse(array $nodes)
3328
{
3429
$this->stack = [];

0 commit comments

Comments
 (0)