From 0df0fddaceb1b950d1438f085288200fda3d7f9e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 6 Feb 2025 16:50:36 +0100 Subject: [PATCH] CI: Move some phpstan arguments into the config file --- build.xml | 8 -------- tests/phpstan.neon.dist | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 28b9f50d..188f6f26 100644 --- a/build.xml +++ b/build.xml @@ -108,14 +108,10 @@ description="Analyse code with PHPStan"> - - - - @@ -123,16 +119,12 @@ description="Analyse code with PHPStan"> - - - - diff --git a/tests/phpstan.neon.dist b/tests/phpstan.neon.dist index e16d024b..f2f8e387 100644 --- a/tests/phpstan.neon.dist +++ b/tests/phpstan.neon.dist @@ -3,6 +3,9 @@ # SPDX-License-Identifier: CC0-1.0 parameters: + level: 5 + paths: + - ../src bootstrapFiles: - phpstan.autoload.inc.php excludePaths: