rawr/fqn-check

Checks source trees for not fully qualified function calls.

Maintainers

Details

github.com/t-regx/fqn-check

Source

Installs: 7 972

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/rawr/fqn-check

1.3.0 2022-07-05 22:56 UTC

This package is auto-updated.

Last update: 2025-10-06 05:47:56 UTC


README

Checks source trees for fully qualified function calls and constants.

Installation

composer require --dev kelunik/fqn-check

Usage

vendor/bin/fqn-check /path/to/source

All not fully qualified function calls and constants will be listed and the exit code will be 1 if any such function call is found, 0 otherwise.

Alternatives

You might also want to check out friendsofphp/php-cs-fixer with its native_function_invocation option.

License

The MIT License.