phpstan-src
phpstan-src copied to clipboard
Introduce ForbiddenClassNameExtension for append additional forbidden…
trafficstars
… class prefixes
Could you give us an idea what your use-case is?
Is it php-scoper related or something completely different?
@staabm This was discussed outside of GitHub. The idea is that you want to report usages of classes that you're not supposed to use in application. For example: Generated Doctrine proxies from their configured namespace.
This pull request has been marked as ready for review.
Perfect, thank you!