
インストール
$ cd % composer require squizlabs/php_codesniffer % source ~/.zshrc % phpcs --version % echo 'export PATH=$HOME/.composer/vendor/bin:$PATH' >> ~/.zshrc
ファイル修正
./app/Providers/xxxServiceProvider.phpの場合
% phpcbf --standard=PSR2 ./app/Providers/xxxServiceProvider.php





![[Solved] Let’s Encrypt Could not bind TCP port 80 because it is already in use by another process on this system (such as a web server)](https://www.yuulinux.tokyo/contents/wp-content/uploads/2020/06/linux_2021_2-150x150.jpg)