sirbrillig/phpcs-import-detection
PHPCS sniffs that warn when classes/functions/constants are used without an explicit import or fully-qualified name, and flags unused imports. Helps catch namespace issues during refactors (note: PHP 8 tokenization bug/performance caveats).
Note that because of https://github.com/sirbrillig/phpcs-import-detection/issues/52 this sniff still does not support newer versions of PHPCS.
This is mostly a bug fix release, but it significantly upgrades the way in which scope is handled in the package, so I'm going with a minor release.
abc\{def\ghi, klm\nop}. (#27, props @Hywan)Initial Release!
How can I help you explore Laravel packages today?