PHP CS Fixer - fix name

Closed #1054
This commit is contained in:
Dariusz Ruminski 2015-09-08 01:03:43 +02:00 committed by Tobias van Beek
parent 92ee90998a
commit dc6e63a7e7
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ use PHPCI\Helper\Lang;
use PHPCI\Model\Build; 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 <gabriel@autonomicpilot.co.uk> * @author Gabriel Baker <gabriel@autonomicpilot.co.uk>
* @package PHPCI * @package PHPCI
* @subpackage Plugins * @subpackage Plugins

View file

@ -69,7 +69,7 @@
"sebastian/phpcpd": "PHP Copy/Paste Detector", "sebastian/phpcpd": "PHP Copy/Paste Detector",
"squizlabs/php_codesniffer": "PHP Code Sniffer", "squizlabs/php_codesniffer": "PHP Code Sniffer",
"phpspec/phpspec": "PHP Spec", "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", "phploc/phploc": "PHP Lines of Code",
"atoum/atoum": "Atoum", "atoum/atoum": "Atoum",
"jakub-onderka/php-parallel-lint": "Parallel Linting Tool", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool",