kelunik / fqn-check
Checks source trees for not fully qualified function calls.
Installs: 8 980
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 1
Open Issues: 0
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_invocation
option. - 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.