EVOLUTION-NINJA
Edit File: AbstractPostRector.php
<?php declare (strict_types=1); namespace Rector\PostRector\Rector; use PhpParser\NodeVisitorAbstract; use Rector\PostRector\Contract\Rector\PostRectorInterface; abstract class AbstractPostRector extends \PhpParser\NodeVisitorAbstract implements \Rector\PostRector\Contract\Rector\PostRectorInterface { }