fix indent
This commit is contained in:
parent
c48989d9a9
commit
1731401306
|
@ -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"
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue