@@ -235,11 +235,6 @@ services:
235235 autowired :
236236 - PHPStan\Node\Printer\Printer
237237
238- -
239- class : PHPStan\Broker\AnonymousClassNameHelper
240- arguments :
241- relativePathHelper : @simpleRelativePathHelper
242-
243238 -
244239 class : PHPStan\Php\PhpVersion
245240 factory : @PHPStan\Php\PhpVersionFactory::create
@@ -248,17 +243,6 @@ services:
248243 class : PHPStan\Php\PhpVersionFactory
249244 factory : @PHPStan\Php\PhpVersionFactoryFactory::create
250245
251- -
252- class : PHPStan\Php\PhpVersionFactoryFactory
253- arguments :
254- phpVersion : %phpVersion%
255- composerAutoloaderProjectPaths : %composerAutoloaderProjectPaths%
256-
257- -
258- class : PHPStan\Php\ComposerPhpVersionFactory
259- arguments :
260- composerAutoloaderProjectPaths : %composerAutoloaderProjectPaths%
261-
262246 -
263247 class : PHPStan\PhpDoc\TypeNodeResolverExtensionRegistryProvider
264248 factory : PHPStan\PhpDoc\LazyTypeNodeResolverExtensionRegistryProvider
@@ -271,32 +255,6 @@ services:
271255 autowired :
272256 - PHPStan\PhpDoc\StubFilesProvider
273257
274- -
275- class : PHPStan\Analyser\Analyser
276- arguments :
277- internalErrorsCountLimit : %internalErrorsCountLimit%
278-
279- -
280- class : PHPStan\Analyser\AnalyserResultFinalizer
281- arguments :
282- reportUnmatchedIgnoredErrors : %reportUnmatchedIgnoredErrors%
283-
284- -
285- class : PHPStan\Analyser\FileAnalyser
286- arguments :
287- parser : @defaultAnalysisParser
288-
289- -
290- class : PHPStan\Analyser\RuleErrorTransformer
291- arguments :
292- parser : @currentPhpVersionPhpParser
293-
294- -
295- class : PHPStan\Analyser\Ignore\IgnoredErrorHelper
296- arguments :
297- ignoreErrors : %ignoreErrors%
298- reportUnmatchedIgnoredErrors : %reportUnmatchedIgnoredErrors%
299-
300258 -
301259 class : PHPStan\Analyser\LazyInternalScopeFactory
302260 autowired :
@@ -338,39 +296,10 @@ services:
338296 parametersNotInvalidatingCache : %parametersNotInvalidatingCache%
339297 skipResultCacheIfOlderThanDays : %resultCacheSkipIfOlderThanDays%
340298
341- -
342- class : PHPStan\Analyser\ResultCache\ResultCacheClearer
343- arguments :
344- cacheFilePath : %resultCachePath%
345-
346- -
347- class : PHPStan\Cache\Cache
348- arguments :
349- storage : @cacheStorage
350-
351299 -
352300 class : PHPStan\Collectors\Registry
353301 factory : @PHPStan\Collectors\RegistryFactory::create
354302
355- -
356- class : PHPStan\Command\FixerApplication
357- arguments :
358- analysedPaths : %analysedPaths%
359- currentWorkingDirectory : %currentWorkingDirectory%
360- proTmpDir : %pro.tmpDir%
361- dnsServers : %pro.dnsServers%
362- composerAutoloaderProjectPaths : %composerAutoloaderProjectPaths%
363- allConfigFiles : %allConfigFiles%
364- cliAutoloadFile : %cliAutoloadFile%
365- bootstrapFiles : %bootstrapFiles%
366- editorUrl : %editorUrl%
367- usedLevel : %usedLevel%
368-
369- -
370- class : PHPStan\Dependency\ExportedNodeFetcher
371- arguments :
372- parser : @defaultAnalysisParser
373-
374303 -
375304 class : PHPStan\DependencyInjection\Container
376305 factory : PHPStan\DependencyInjection\MemoizingContainer
@@ -382,21 +311,6 @@ services:
382311 autowired :
383312 - PHPStan\DependencyInjection\Nette\NetteContainer
384313
385- -
386- class : PHPStan\DependencyInjection\DerivativeContainerFactory
387- arguments :
388- currentWorkingDirectory : %currentWorkingDirectory%
389- tempDirectory : %tempDir%
390- additionalConfigFiles : %additionalConfigFiles%
391- analysedPaths : %analysedPaths%
392- composerAutoloaderProjectPaths : %composerAutoloaderProjectPaths%
393- analysedPathsFromConfig : %analysedPathsFromConfig%
394- usedLevel : %usedLevel%
395- generateBaselineFile : %generateBaselineFile%
396- cliAutoloadFile : %cliAutoloadFile%
397- singleReflectionFile : %singleReflectionFile%
398- singleReflectionInsteadOfFile : %singleReflectionInsteadOfFile%
399-
400314 -
401315 class : PHPStan\DependencyInjection\Reflection\ClassReflectionExtensionRegistryProvider
402316 factory : PHPStan\DependencyInjection\Reflection\LazyClassReflectionExtensionRegistryProvider
@@ -425,16 +339,6 @@ services:
425339 class : PHPStan\DependencyInjection\Type\ParameterClosureTypeExtensionProvider
426340 factory : PHPStan\DependencyInjection\Type\LazyParameterClosureTypeExtensionProvider
427341
428- -
429- class : PHPStan\File\FileHelper
430- arguments :
431- workingDirectory : %currentWorkingDirectory%
432-
433- -
434- class : PHPStan\File\FileExcluderFactory
435- arguments :
436- excludePaths : %excludePaths%
437-
438342 -
439343 implement : PHPStan\File\FileExcluderRawFactory
440344
@@ -968,28 +872,3 @@ services:
968872 class : PHPStan\Command\ErrorFormatter\CiDetectedErrorFormatter
969873 autowired :
970874 - PHPStan\Command\ErrorFormatter\CiDetectedErrorFormatter
971-
972- errorFormatter.checkstyle :
973- class : PHPStan\Command\ErrorFormatter\CheckstyleErrorFormatter
974- arguments :
975- relativePathHelper : @simpleRelativePathHelper
976-
977- errorFormatter.junit :
978- class : PHPStan\Command\ErrorFormatter\JunitErrorFormatter
979- arguments :
980- relativePathHelper : @simpleRelativePathHelper
981-
982- errorFormatter.gitlab :
983- class : PHPStan\Command\ErrorFormatter\GitlabErrorFormatter
984- arguments :
985- relativePathHelper : @simpleRelativePathHelper
986-
987- errorFormatter.github :
988- class : PHPStan\Command\ErrorFormatter\GithubErrorFormatter
989- arguments :
990- relativePathHelper : @simpleRelativePathHelper
991-
992- errorFormatter.teamcity :
993- class : PHPStan\Command\ErrorFormatter\TeamcityErrorFormatter
994- arguments :
995- relativePathHelper : @simpleRelativePathHelper
0 commit comments