Skip to content
forked from kelunik/fqn-check

Checks source trees for not fully qualified function calls.

License

Notifications You must be signed in to change notification settings

t-regx/fqn-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fqn-check

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.

About

Checks source trees for not fully qualified function calls.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%