Skip to content

Commit 01aefc4

Browse files
committed
fix: add missing use
I forgot to add it when merging.
1 parent 621ae62 commit 01aefc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
use Rector\PSR4\Rector\FileWithoutNamespace\NormalizeNamespaceByPSR4ComposerAutoloadRector;
4949
use Rector\Set\ValueObject\LevelSetList;
5050
use Rector\Set\ValueObject\SetList;
51+
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromAssignsRector;
5152
use Utils\Rector\PassStrictParameterToFunctionParameterRector;
5253
use Utils\Rector\RemoveErrorSuppressInTryCatchStmtsRector;
5354
use Utils\Rector\RemoveVarTagFromClassConstantRector;

0 commit comments

Comments
 (0)