Skip to content

Commit db18449

Browse files
committed
register to type declaration rules
1 parent a11bf94 commit db18449

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Config/Level/TypeDeclarationLevel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use Rector\TypeDeclaration\Rector\Class_\TypedPropertyFromCreateMockAssignRector;
1717
use Rector\TypeDeclaration\Rector\Class_\TypedPropertyFromDocblockSetUpDefinedRector;
1818
use Rector\TypeDeclaration\Rector\Class_\TypedPropertyFromJMSSerializerAttributeTypeRector;
19+
use Rector\TypeDeclaration\Rector\Class_\TypedStaticPropertyInBehatContextRector;
1920
use Rector\TypeDeclaration\Rector\ClassMethod\AddMethodCallBasedStrictParamTypeRector;
2021
use Rector\TypeDeclaration\Rector\ClassMethod\AddParamFromDimFetchKeyUseRector;
2122
use Rector\TypeDeclaration\Rector\ClassMethod\AddParamStringTypeFromSprintfUseRector;
@@ -162,5 +163,6 @@ final class TypeDeclarationLevel
162163
AddArrayFunctionClosureParamTypeRector::class,
163164
TypedPropertyFromDocblockSetUpDefinedRector::class,
164165
AddClosureParamTypeFromIterableMethodCallRector::class,
166+
TypedStaticPropertyInBehatContextRector::class,
165167
];
166168
}

0 commit comments

Comments
 (0)