fqn-check icon indicating copy to clipboard operation
fqn-check copied to clipboard

Checks source trees for not fully qualified function calls.

fqn-check

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.