File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9
9
use PHPStan \Broker \BrokerFactory ;
10
10
use PHPStan \Collectors \RegistryFactory as CollectorRegistryFactory ;
11
11
use PHPStan \DependencyInjection \Type \LazyDynamicThrowTypeExtensionProvider ;
12
+ use PHPStan \DependencyInjection \Type \LazyParameterClosureTypeExtensionProvider ;
13
+ use PHPStan \DependencyInjection \Type \LazyParameterOutTypeExtensionProvider ;
12
14
use PHPStan \Parser \RichParser ;
13
15
use PHPStan \PhpDoc \StubFilesExtension ;
14
16
use PHPStan \PhpDoc \TypeNodeResolverExtension ;
@@ -49,6 +51,12 @@ public function getConfigSchema(): Nette\Schema\Schema
49
51
LazyDynamicThrowTypeExtensionProvider::FUNCTION_TAG => $ bool ,
50
52
LazyDynamicThrowTypeExtensionProvider::METHOD_TAG => $ bool ,
51
53
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 ,
52
60
])->min (1 ));
53
61
}
54
62
You can’t perform that action at this time.
0 commit comments