kelunik / fqn-check
This package is abandoned and no longer maintained.
The author suggests using the rawr/fqn-check package instead.
Checks source trees for not fully qualified function calls.
v0.1.3
2017-03-04 16:37 UTC
Requires
- nikic/php-parser: ^3.0
- symfony/finder: ^3.2
This package is auto-updated.
Last update: 2022-03-14 20:18:14 UTC
README
Checks source trees for fully qualified function calls and constants.
Alternatives
This tool is no longer maintained, but there are several alternatives you can use:
- Check out friendsofphp/php-cs-fixer with its
native_function_invocationoption. - Check out the maintained fork at https://github.com/T-Regx/fqn-check if you just want a small tool to check for fully qualified function calls.