mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
17 lines
540 B
YAML
17 lines
540 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
public: true
|
|
|
|
Rector\BetterPhpDocParser\:
|
|
resource: '../src'
|
|
exclude: '../src/{HttpKernel,Data,*/*Info.php,*Info.php,Attributes/Ast/PhpDoc/*,Ast/PhpDoc/*}'
|
|
|
|
PHPStan\PhpDocParser\Lexer\Lexer: ~
|
|
PHPStan\PhpDocParser\Parser\TypeParser: ~
|
|
PHPStan\PhpDocParser\Parser\ConstExprParser: ~
|
|
Symplify\PackageBuilder\Php\TypeAnalyzer: ~
|
|
|
|
PHPStan\PhpDocParser\Parser\PhpDocParser:
|
|
alias: 'Rector\BetterPhpDocParser\PhpDocParser\BetterPhpDocParser'
|