| Current Path : /home/rtorresani/www/vendor/rector/rector/packages/PostRector/Rector/ |
| Current File : //home/rtorresani/www/vendor/rector/rector/packages/PostRector/Rector/AbstractPostRector.php |
<?php
declare (strict_types=1);
namespace Rector\PostRector\Rector;
use PhpParser\NodeVisitorAbstract;
use Rector\PostRector\Contract\Rector\PostRectorInterface;
abstract class AbstractPostRector extends NodeVisitorAbstract implements PostRectorInterface
{
}