fix indent

This commit is contained in:
onigra 2017-02-11 20:51:55 +09:00
parent c48989d9a9
commit 1731401306
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ module.exports = class PHPCSFixer extends Beautifier
@Promise.reject(@commandNotFoundError( @Promise.reject(@commandNotFoundError(
'php-cs-fixer' 'php-cs-fixer'
{ {
link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer" link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer"
program: "php-cs-fixer.phar" program: "php-cs-fixer.phar"
pathOption: "PHP - CS Fixer Path" pathOption: "PHP - CS Fixer Path"
}) })
) )
) )