From f524c3aea3b0270e19bd7abfc0cf9929cb6a231a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 25 Feb 2020 22:46:54 +0100 Subject: [PATCH] update phpstan version --- quality/inspections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index c07b05d..2170c44 100644 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -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. ```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