This commit is contained in:
TomasVotruba 2017-07-20 19:20:09 +02:00
parent 5120451ee5
commit 5dfa359257
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<?php declare(strict_types=1);
namespace Rector\NodeTraverser;
use PhpParser\NodeTraverser;
/**
* Allow to add priorites to node vistiors
*/
final class PriorityAwareNodeTraverser extends NodeTraverser
{
// might be needed, so ready here
}