何だかんだで1時間弱くらいハマってイラッとしたので、インターン生とかにも共有できるようにメモを残しておく
エラー内容
phpcsのエラーでググるとよく出てくるこのエラーが発生。
既存プロジェクトでも上手く動くもの、動かないものがあったり、新規プロジェクトだとやっぱり動かなかったりして謎
解決方法
シンプルにStack Overflowのベストアンサーをそのまま試したら直った
cf.) https://stackoverflow.com/questions/47174009/visual-studio-code-unable-to-locate-phpcs/52477116
- Install the phpcs by using composer with composer global require squizlabs/php_codesniffer
- Press Command + , (Click Code -> Preferences -> Settings)
- Select User Settings and locate 'PHP CodeSniffer'
- Scroll to 'Executatble Path' and put
/Users/your-username/.composer/vendor/bin/phpcs