phpcs-import-detection
phpcs-import-detection copied to clipboard
Incorrect warning in `use function X`
For a line like this:
use function Code\find_first_name;
We get the error Found unused symbol 'function'.