update phpstan version

This commit is contained in:
Dennis Eichhorn 2020-02-25 22:46:54 +01:00
parent 611b1f0d8e
commit f524c3aea3

View File

@ -39,7 +39,7 @@ Every module needs to have a `Admin` directory containing a class called `AdminT
With phpstan the code base is statically analyzed based on its configuration. This will help you to follow some of the "best" practices we enforce. With phpstan the code base is statically analyzed based on its configuration. This will help you to follow some of the "best" practices we enforce.
```sh ```sh
php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 7 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
``` ```
## Jasmine ## Jasmine