From dc6e63a7e79e479849674399a98736c4948d9bf4 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Tue, 8 Sep 2015 01:03:43 +0200 Subject: [PATCH] PHP CS Fixer - fix name Closed #1054 --- PHPCI/Plugin/PhpCsFixer.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PHPCI/Plugin/PhpCsFixer.php b/PHPCI/Plugin/PhpCsFixer.php index e07db718..9ab187cc 100644 --- a/PHPCI/Plugin/PhpCsFixer.php +++ b/PHPCI/Plugin/PhpCsFixer.php @@ -14,7 +14,7 @@ use PHPCI\Helper\Lang; use PHPCI\Model\Build; /** -* PHP CS Fixer - Works with the PHP CS Fixer for testing coding standards. +* PHP CS Fixer - Works with the PHP Coding Standards Fixer for testing coding standards. * @author Gabriel Baker * @package PHPCI * @subpackage Plugins diff --git a/composer.json b/composer.json index 3de523e5..df573f9a 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "sebastian/phpcpd": "PHP Copy/Paste Detector", "squizlabs/php_codesniffer": "PHP Code Sniffer", "phpspec/phpspec": "PHP Spec", - "fabpot/php-cs-fixer": "PHP Code Sniffer Fixer", + "fabpot/php-cs-fixer": "PHP Coding Standards Fixer", "phploc/phploc": "PHP Lines of Code", "atoum/atoum": "Atoum", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool",