当我运行 phpcs 时,它会打印一个错误,该错误引用了我的项目以前所在的路径,但不再位于...
PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'DirectoryIterator::__construct(/my/old/directory/public_html/coder/coder_sniffer): failed to open dir: No such file or directory' in /usr/share/php/PHP/CodeSniffer.php:2159
如何修复 my/old/directory 路径?