This commit is contained in:
Jeroen Smit 2020-01-15 21:48:14 +01:00
parent ad89be4c0f
commit 5b06f4828f

View File

@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Rector\CodeQuality\Rector\If_;
use PhpParser\Node\Expr\BinaryOp\BooleanAnd;
use PhpParser\Node;
use PhpParser\Node\Expr\BinaryOp\BooleanAnd;
use PhpParser\Node\Stmt\If_;
use Rector\Rector\AbstractRector;
use Rector\RectorDefinition\CodeSample;