mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 12:14:02 +01:00
19 lines
485 B
YAML
19 lines
485 B
YAML
services:
|
|
defaultAnalysisParser:
|
|
factory: @cachedRectorParser
|
|
arguments!: []
|
|
|
|
cachedRectorParser:
|
|
class: PHPStan\Parser\CachedParser
|
|
arguments:
|
|
originalParser: @rectorParser
|
|
cachedNodesByStringCountMax: %cache.nodesByStringCountMax%
|
|
autowired: no
|
|
|
|
rectorParser:
|
|
class: PHPStan\Parser\RichParser
|
|
arguments:
|
|
parser: @php8PhpParser
|
|
lexer: @php8Lexer
|
|
autowired: no
|