ta-tikoma/phpins
Composer 安装命令:
composer require ta-tikoma/phpins
包简介
Prevents stupid mistakes in php class
关键字:
README 文档
README
#EN
phpins
Prevents stupid mistakes, for example: forgot to specify connection for class
Validators:
IDefinedThisVariable - detected where variable is define INotForgottenAddUseThisClass - detected set "use" for all class in file INotUseCyrillicLetterC - detected cyrillic letter "c" in code
Installation
- Install composer.
- Install
phpinsusing below command:
composer global require ta-tikoma/phpins
Use:
phpins -f {file-path}
Example output:
RemoveDownLineIndex.php:
WARNING:RemoveDownLineIndex.php:5:18:Class not use "FormData"
WARNING:RemoveDownLineIndex.php:7:18:Class not use "EntityManagerInterface"
WARNING:RemoveDownLineIndex.php:8:32:Class not use "Auth"
Translations
统计信息
- 总下载量: 80
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-23