forked from phmLabs/NamespaceAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Namespace Analyzer - This tool will check if all used (T_USE) namespaces are needed in a given PHP file.
NilsLangner/NamespaceAnalyzer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Namespace Analyzer ================== This tool will check if all used (T_USE) namespaces are needed in a given PHP file. Example: php /PATH/TO/NCU/bin/analyze.php example/unusednamespace.php find . -name "*.php" | xargs -n 1 php /PATH/TO/NCU/bin/analyze.php $a
About
Namespace Analyzer - This tool will check if all used (T_USE) namespaces are needed in a given PHP file.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published