Skip to content

Commit

Permalink
Update tool names
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jul 24, 2017
1 parent c03c13d commit 922942c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Docker image providing static analysis tools for PHP.
* composer - [Dependency Manager for PHP](https://getcomposer.org/)
* box - [An application for building and managing Phars](https://box-project.github.io/box2/)
* php-cs-fixer - [PHP Coding Standards Fixer](http://cs.sensiolabs.org/)
* php-code-fixer - [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/)
* php-code-analyzer - [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer)
* phpcf - [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/)
* phpca - [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer)
* phpdoc-to-typehint - [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint)
* php-formatter - [Custom coding standards fixer](https://github.com/mmoreram/php-formatter)
* phpmetrics - [Static Analysis Tool](http://www.phpmetrics.org/)
Expand Down
4 changes: 2 additions & 2 deletions list-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Available tools:
* composer - Dependency Manager for PHP - https://getcomposer.org/
* box - An application for building and managing Phars - https://box-project.github.io/box2/
* php-cs-fixer - PHP Coding Standards Fixer - http://cs.sensiolabs.org/
* php-code-fixer - Finds usage of deprecated features - http://wapmorgan.github.io/PhpCodeFixer/
* php-code-analyzer - Finds usage of non-built-in extensions - https://github.com/wapmorgan/PhpCodeAnalyzer
* phpcf - Finds usage of deprecated features - http://wapmorgan.github.io/PhpCodeFixer/
* phpca - Finds usage of non-built-in extensions - https://github.com/wapmorgan/PhpCodeAnalyzer
* phpdoc-to-typehint - Automatically adds type hints and return types based on PHPDocs - https://github.com/dunglas/phpdoc-to-typehint
* php-formatter - Custom coding standards fixer - https://github.com/mmoreram/php-formatter
* phpmetrics - Static Analysis Tool - http://www.phpmetrics.org/
Expand Down

0 comments on commit 922942c

Please sign in to comment.