![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/rector/rector/config/phpstan/ |
# see original config.neon in phpstan.neon - https://github.com/phpstan/phpstan-src/blob/386eb913abb6ac05886c5642fd48b5d99db66a20/conf/config.neon#L1582 # this file overrides definitions from the config above services: defaultAnalysisParser: factory: @pathRoutingParser arguments!: [] cachedRectorParser: class: PHPStan\Parser\CachedParser arguments: originalParser: @rectorParser cachedNodesByStringCountMax: %cache.nodesByStringCountMax% autowired: false pathRoutingParser: class: PHPStan\Parser\PathRoutingParser arguments: currentPhpVersionRichParser: @cachedRectorParser currentPhpVersionSimpleParser: @cachedRectorParser php8Parser: @php8Parser autowired: false rectorParser: class: PHPStan\Parser\RichParser arguments: parser: @currentPhpVersionPhpParser lexer: @currentPhpVersionLexer autowired: no