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

Utilities to scan PHP code and generate class maps.

Results 1 class-map-generator issues
Sort by recently updated
recently updated
newest added

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...