File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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/ )
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments