File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 99use PHPStan \Broker \BrokerFactory ;
1010use PHPStan \Collectors \RegistryFactory as CollectorRegistryFactory ;
1111use PHPStan \DependencyInjection \Type \LazyDynamicThrowTypeExtensionProvider ;
12+ use PHPStan \DependencyInjection \Type \LazyParameterClosureTypeExtensionProvider ;
13+ use PHPStan \DependencyInjection \Type \LazyParameterOutTypeExtensionProvider ;
1214use PHPStan \Parser \RichParser ;
1315use PHPStan \PhpDoc \StubFilesExtension ;
1416use PHPStan \PhpDoc \TypeNodeResolverExtension ;
@@ -49,6 +51,12 @@ public function getConfigSchema(): Nette\Schema\Schema
4951 LazyDynamicThrowTypeExtensionProvider::FUNCTION_TAG => $ bool ,
5052 LazyDynamicThrowTypeExtensionProvider::METHOD_TAG => $ bool ,
5153 LazyDynamicThrowTypeExtensionProvider::STATIC_METHOD_TAG => $ bool ,
54+ LazyParameterClosureTypeExtensionProvider::FUNCTION_TAG => $ bool ,
55+ LazyParameterClosureTypeExtensionProvider::METHOD_TAG => $ bool ,
56+ LazyParameterClosureTypeExtensionProvider::STATIC_METHOD_TAG => $ bool ,
57+ LazyParameterOutTypeExtensionProvider::FUNCTION_TAG => $ bool ,
58+ LazyParameterOutTypeExtensionProvider::METHOD_TAG => $ bool ,
59+ LazyParameterOutTypeExtensionProvider::STATIC_METHOD_TAG => $ bool ,
5260 ])->min (1 ));
5361 }
5462
You can’t perform that action at this time.
0 commit comments