Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 phplint 来检查我们的代码,我试图找到一个选项,如果代码中有 var_dump somwehere,它会失败。由于我找不到它的选项,是否有另一种方法可以实现这一目标?
谢谢你的帮助!
可以(并且应该)使用诸如 PHP_CodeSniffer 之类的静态分析工具来执行您所描述的检查。