File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616use Rector \TypeDeclaration \Rector \Class_ \TypedPropertyFromCreateMockAssignRector ;
1717use Rector \TypeDeclaration \Rector \Class_ \TypedPropertyFromDocblockSetUpDefinedRector ;
1818use Rector \TypeDeclaration \Rector \Class_ \TypedPropertyFromJMSSerializerAttributeTypeRector ;
19+ use Rector \TypeDeclaration \Rector \Class_ \TypedStaticPropertyInBehatContextRector ;
1920use Rector \TypeDeclaration \Rector \ClassMethod \AddMethodCallBasedStrictParamTypeRector ;
2021use Rector \TypeDeclaration \Rector \ClassMethod \AddParamFromDimFetchKeyUseRector ;
2122use 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}
You can’t perform that action at this time.
0 commit comments