Skip to content

Commit 922942c

Browse files
committed
Update tool names
1 parent c03c13d commit 922942c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Docker image providing static analysis tools for PHP.
99
* composer - [Dependency Manager for PHP](https://getcomposer.org/)
1010
* box - [An application for building and managing Phars](https://box-project.github.io/box2/)
1111
* php-cs-fixer - [PHP Coding Standards Fixer](http://cs.sensiolabs.org/)
12-
* php-code-fixer - [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/)
13-
* php-code-analyzer - [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer)
12+
* phpcf - [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/)
13+
* phpca - [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer)
1414
* phpdoc-to-typehint - [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint)
1515
* php-formatter - [Custom coding standards fixer](https://github.com/mmoreram/php-formatter)
1616
* phpmetrics - [Static Analysis Tool](http://www.phpmetrics.org/)

list-tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Available tools:
55
* composer - Dependency Manager for PHP - https://getcomposer.org/
66
* box - An application for building and managing Phars - https://box-project.github.io/box2/
77
* php-cs-fixer - PHP Coding Standards Fixer - http://cs.sensiolabs.org/
8-
* php-code-fixer - Finds usage of deprecated features - http://wapmorgan.github.io/PhpCodeFixer/
9-
* php-code-analyzer - Finds usage of non-built-in extensions - https://github.com/wapmorgan/PhpCodeAnalyzer
8+
* phpcf - Finds usage of deprecated features - http://wapmorgan.github.io/PhpCodeFixer/
9+
* phpca - Finds usage of non-built-in extensions - https://github.com/wapmorgan/PhpCodeAnalyzer
1010
* phpdoc-to-typehint - Automatically adds type hints and return types based on PHPDocs - https://github.com/dunglas/phpdoc-to-typehint
1111
* php-formatter - Custom coding standards fixer - https://github.com/mmoreram/php-formatter
1212
* phpmetrics - Static Analysis Tool - http://www.phpmetrics.org/

0 commit comments

Comments
 (0)