PHPStorm报错:phpcs: Can not correctly run the tool with parameters

@高效码农  June 2, 2019

报错信息:

11:09    PHP Code Sniffer
        phpcs: Can not correctly run the tool with parameters:
        C:/Users/Administrator/AppData/Local/Temp/phpcs_temp.tmp/application/admin/controller/customs/CustomsTotal.php
        --standard=PSR12
        --runtime-set
        installed_paths
        E:\phpStudy\php\php-5.6.27-nts
        --encoding=utf-8
        --report=xml
        --extensions=php,js,css,inc
        Possible tool process hangup after 5 sec.
        Exclude CustomsTotal.php from PHP Code Sniffer analysis.

修改方式:

关闭xdebug调试;phpstudy关闭方式,取消打钩
2019-06-01T03:12:26.png



评论已关闭