mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
unprefix Symplify/RuleDocGeneator
This commit is contained in:
parent
f58deedbee
commit
3f07620ef1
@ -29,6 +29,9 @@ final class StaticEasyPrefixer
|
||||
// phpstan needs to be here, as phpstan-extracted/vendor autoload is statically generated and namespaces cannot be changed
|
||||
'PHPStan\*',
|
||||
|
||||
// this is public API of a Rector rule
|
||||
'Symplify\RuleDocGenerator\*',
|
||||
|
||||
// doctrine annotations to autocomplete
|
||||
'Doctrine\ORM\Mapping\*',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user