Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Apr 23, 2018
1 parent 922d136 commit c133b45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ To run the unit tests, execute in the repository root:

## Static analysis

We do recommend to use [PHPStan](https://github.com/phpstan/phpstan) for static analysis, with maximum inspection level.
Please refer to the [PHPStan](https://github.com/phpstan/phpstan#installation) documentation for
installation instructions.
We use [PHPStan](https://github.com/phpstan/phpstan) and [Phan](https://github.com/phan/phan), please refer to the
respective documentation for installation instructions.

phpstan analyse --level=max -c .phpstan.neon MO4/ tests/
./vendor/phpstan analyse --level=max -c .phpstan.neon MO4/ tests/
./vendor/bin/phan -i

## Code Coverage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Most of the issues can be auto-fixed with `phpcbf`.

## Requires

* [PHP](http://php.net) version 5.4 or later
* [PHP](http://php.net) version 5.6 or later
* [Composer](https://getcomposer.org/) is optional, but strongly recommended

## Installation
Expand Down

0 comments on commit c133b45

Please sign in to comment.