Open jzfan opened 5 years ago
I bind the key for 'phpcs_fix_this_file' command, it runs, but do not work anyway. the php file stay the same. Could somebody tell me why?
`[Phpcs] Fixer [Phpcs] C:\Program Files\php-7.3\php.exe C:\Users\Fan\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat fix Y:\lara\app\User.php --verbose --level=all [Phpcs] C:\Program Files\php-7.3\php.exe C:\Users\Fan\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat fix Y:\lara\app\User.php --verbose --level=all [Phpcs] cwd: C:\Users\Fan [Phpcs] @ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../friendsofphp/php-cs-fixer/php-cs-fixer
php "%BIN_TARGET%" %* `
Hey @jzfan. Could you provide your settings file please? I cannot replicate this bug with the current version of the plugin/php-cs-fixer command.
I bind the key for 'phpcs_fix_this_file' command, it runs, but do not work anyway. the php file stay the same. Could somebody tell me why?
`[Phpcs] Fixer [Phpcs] C:\Program Files\php-7.3\php.exe C:\Users\Fan\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat fix Y:\lara\app\User.php --verbose --level=all [Phpcs] C:\Program Files\php-7.3\php.exe C:\Users\Fan\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat fix Y:\lara\app\User.php --verbose --level=all [Phpcs] cwd: C:\Users\Fan [Phpcs] @ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../friendsofphp/php-cs-fixer/php-cs-fixer
php "%BIN_TARGET%" %* `