Link to the official PHP-CS-Fixer repository
This commit is contained in:
parent
43bc808aed
commit
e66613128d
|
@ -9,7 +9,7 @@ path = require('path')
|
||||||
module.exports = class PHPCSFixer extends Beautifier
|
module.exports = class PHPCSFixer extends Beautifier
|
||||||
|
|
||||||
name: 'PHP-CS-Fixer'
|
name: 'PHP-CS-Fixer'
|
||||||
link: "http://php.net/manual/en/install.php"
|
link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer"
|
||||||
|
|
||||||
options:
|
options:
|
||||||
PHP: true
|
PHP: true
|
||||||
|
@ -44,7 +44,7 @@ module.exports = class PHPCSFixer extends Beautifier
|
||||||
], {
|
], {
|
||||||
ignoreReturnCode: true
|
ignoreReturnCode: true
|
||||||
help: {
|
help: {
|
||||||
link: "http://php.net/manual/en/install.php"
|
link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then(=>
|
.then(=>
|
||||||
|
|
Loading…
Reference in New Issue