From e66613128d4ae9b8434c1dc18f8bacc246b7343a Mon Sep 17 00:00:00 2001 From: SpacePossum Date: Wed, 5 Oct 2016 15:58:45 +0200 Subject: [PATCH] Link to the official PHP-CS-Fixer repository --- src/beautifiers/php-cs-fixer.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/beautifiers/php-cs-fixer.coffee b/src/beautifiers/php-cs-fixer.coffee index 19aa6ea..0cf8f01 100644 --- a/src/beautifiers/php-cs-fixer.coffee +++ b/src/beautifiers/php-cs-fixer.coffee @@ -9,7 +9,7 @@ path = require('path') module.exports = class PHPCSFixer extends Beautifier name: 'PHP-CS-Fixer' - link: "http://php.net/manual/en/install.php" + link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer" options: PHP: true @@ -44,7 +44,7 @@ module.exports = class PHPCSFixer extends Beautifier ], { ignoreReturnCode: true help: { - link: "http://php.net/manual/en/install.php" + link: "https://github.com/FriendsOfPHP/PHP-CS-Fixer" } }) .then(=>