phpstan level fix

This commit is contained in:
Dennis Eichhorn 2022-04-06 18:52:56 +02:00
parent f337fb1278
commit 5f8eeefd3b

View File

@ -88,7 +88,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.
```sh
php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 9 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
```
### Jasmine