Browse Source

Add PHPStan (#754)

pull/757/head
Ondřej Machulda 9 years ago
parent
commit
e92d8691fc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

380
 * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
380
 * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
381
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
381
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
382
 * [PHPSandbox](https://github.com/Corveda/PHPSandbox) - A PHP sandbox environment.
382
 * [PHPSandbox](https://github.com/Corveda/PHPSandbox) - A PHP sandbox environment.
383
+* [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
383
 * [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
384
 * [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
384
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
385
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
385
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
386
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.

Loading…
Cancel
Save