unprefix Symplify/RuleDocGeneator

This commit is contained in:
TomasVotruba 2020-12-28 23:11:17 +01:00
parent f58deedbee
commit 3f07620ef1

View File

@ -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\*',
];