@@ -244,18 +244,6 @@ services:
244244 -
245245 class : PHPStan\Rules\Properties\UninitializedPropertyRule
246246
247- -
248- class : PHPStan\Php\PhpVersion
249- factory : @PHPStan\Php\PhpVersionFactory::create
250-
251- -
252- class : PHPStan\Php\PhpVersionFactory
253- factory : @PHPStan\Php\PhpVersionFactoryFactory::create
254-
255- -
256- class : PHPStan\Analyser\ConstantResolver
257- factory : @PHPStan\Analyser\ConstantResolverFactory::create ()
258-
259247 -
260248 implement : PHPStan\Analyser\ResultCache\ResultCacheManagerFactory
261249 arguments :
@@ -273,10 +261,6 @@ services:
273261 parametersNotInvalidatingCache : %parametersNotInvalidatingCache%
274262 skipResultCacheIfOlderThanDays : %resultCacheSkipIfOlderThanDays%
275263
276- -
277- class : PHPStan\Collectors\Registry
278- factory : @PHPStan\Collectors\RegistryFactory::create
279-
280264 -
281265 implement : PHPStan\File\FileExcluderRawFactory
282266
@@ -296,14 +280,6 @@ services:
296280 arguments :
297281 parser : @defaultAnalysisParser
298282
299- -
300- class : PHPStan\Reflection\SignatureMap\SignatureMapProvider
301- factory : @PHPStan\Reflection\SignatureMap\SignatureMapProviderFactory::create ()
302-
303- typeSpecifier :
304- class : PHPStan\Analyser\TypeSpecifier
305- factory : @typeSpecifierFactory::create
306-
307283 simpleRelativePathHelper :
308284 class : PHPStan\File\RelativePathHelper
309285 factory : PHPStan\File\SimpleRelativePathHelper
0 commit comments