Skip to content

Commit

Permalink
fix Core namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 2, 2024
1 parent 6971a20 commit cf0d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/Strict/NodeAnalyzer/UnitializedPropertyAnalyzer.php
Expand Up @@ -10,7 +10,7 @@
use PhpParser\Node\Stmt\Property;
use PHPStan\Type\ThisType;
use PHPStan\Type\TypeWithClassName;
use Rector\Core\PhpParser\AstResolver;
use Rector\PhpParser\AstResolver;
use Rector\NodeNameResolver\NodeNameResolver;
use Rector\NodeTypeResolver\NodeTypeResolver;
use Rector\TypeDeclaration\AlreadyAssignDetector\ConstructorAssignDetector;
Expand Down

0 comments on commit cf0d54e

Please sign in to comment.