class-map-generator icon indicating copy to clipboard operation
class-map-generator copied to clipboard

Detect other PSR violations where namespace is missing or not a subnamespace of configured one

Open PrinsFrank opened this issue 2 months ago • 0 comments

Fixes https://github.com/composer/composer/issues/11957

To get warnings about missing namespaces or non-common namespaces in Composer when running with --strict-psr, classes shouldn't be skipped before checking their namespace if they don't have a common root.

PrinsFrank avatar Apr 30 '24 11:04 PrinsFrank