File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 55namespace Rector \Config \Level ;
66
77use Rector \Contract \Rector \RectorInterface ;
8+ use Rector \TypeDeclaration \Rector \ClassMethod \AddParamArrayDocblockBasedOnCallableNativeFuncCallRector ;
89use Rector \TypeDeclaration \Rector \ClassMethod \AddReturnArrayDocblockBasedOnArrayMapRector ;
910use Rector \TypeDeclaration \Rector \ClassMethod \AddReturnDocblockForScalarArrayFromAssignsRector ;
1011use Rector \TypeDeclarationDocblocks \Rector \Class_ \AddReturnDocblockDataProviderRector ;
@@ -41,6 +42,7 @@ final class TypeDeclarationDocblocksLevel
4142 ClassMethodArrayDocblockParamFromLocalCallsRector::class,
4243 AddParamArrayDocblockBasedOnArrayMapRector::class,
4344 AddParamArrayDocblockFromAssignsParamToParamReferenceRector::class,
45+ AddParamArrayDocblockBasedOnCallableNativeFuncCallRector::class,
4446
4547 // return
4648 AddReturnDocblockForCommonObjectDenominatorRector::class,
You can’t perform that action at this time.
0 commit comments