mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
Implementing the interface for PHPParser_NodeTraverser
This commit is contained in:
parent
92df3e5add
commit
900a3f3b7c
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class PHPParser_NodeTraverser
|
||||
class PHPParser_NodeTraverser implements PHPParser_NodeTraverserInterface
|
||||
{
|
||||
/**
|
||||
* @var PHPParser_NodeVisitor[] Visitors
|
||||
|
Loading…
Reference in New Issue
Block a user