%PDF- %PDF-
Direktori : /home2/vacivi36/code/vendor/rector/rector/packages/PostRector/Rector/ |
Current File : //home2/vacivi36/code/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 { }