环境
- PHP 8.0.2
- Windows 10
- PhpStorm 2021.1.2
- friendsofphp/php-cs-fixer
步骤
- composer 安装 friendsofphp/php-cs-fixer
- phpstorm 配置 php-cs-fixer
composer 安装 friendsofphp/php-cs-fixer
$ composer global require friendsofphp/php-cs-fixer
phpstorm 配置 php-cs-fixer
打开设置(ctrl+alt+s
),PHP
>Quality Tools
> PHP CS Fixer
, 选择...
在 PHP CS Fixer path
选择你安装的php-cs-fixer.bat
的路径
(e.g. C:\Users\zero8coder\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat)
点击 OK
然后点击 PHP CS Fixer inspection
勾选 PHP CS Fixer validation
,选择 PSR2
规则 点击 OK
。
效果
参考文章
WINDOWS 环境下 PHPSTORM 安装 PHP-CS-FIXER 及使用说明