add static inverse on non-static call

This commit is contained in:
Tomas Votruba 2019-02-09 14:22:20 +01:00
parent 56b7867efc
commit 66e90a21ca

View File

@ -6,6 +6,7 @@ use PhpParser\Node;
use PhpParser\Node\Expr\MethodCall;
use PhpParser\Node\Expr\New_;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Stmt\ClassMethod;
use Rector\NodeTypeResolver\Application\FunctionLikeNodeCollector;
use Rector\NodeTypeResolver\Node\Attribute;
use Rector\PhpParser\Node\Maintainer\ClassMethodMaintainer;