PhpStorm Is throwing an error for phpcs
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: PHP Code Sniffer phpcs: Can not correctly run the tool with parameters: C:\Users\sa\AppData\Local\Temp\___0.tmp\press_home.module --encoding=utf-8 Possible tool process hangup after 5 sec. Exclude press_home.module from PHP Code Sniffer analysis. PhpStorm throwing this message frequently. Any idea why PhpStorm showing this error? 回答1: Any idea why PhpStorm showing this error? Extremely likely because PHP executable that is used to execute phpcs has xdebug enabled -- execution takes longer. Two possible solutions: Make sure that PHP