如何使用PHP Code Sniffer运行细节嗅探

时间:2016-05-17 17:50:02

标签: php phpcodesniffer

我有PHP Code Sniffer 2.6.0。我正在使用phpcs,它工作正常。 我在PHP 5.2.17中有一个庞大的项目,超过2000个类,它将迁移到5.6.20。 我想首先关注使用弃用的PHP函数重构类。我试图只运行Generic.PHP.DeprecatedFunctions和Squiz.PHP.ForbiddenFunctions嗅到没有运气。使用命令:

  

phpcs --standard = Squiz --sniffs = Squiz.PHP.ForbiddenFunctions / path / to / class

我收到了错误:

  

错误:选项“--sniffis = Squiz.PHP.ForbiddenFunctions”未知。

我缺少什么?

抱歉我的英语不好。

1 个答案:

答案 0 :(得分:0)

发现问题。如果当前路径是phpcs root,phpcs就找到了这个类。