From ebe108bf20a87aaa0ec8e982d64c92e1cfa79f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Mon, 20 May 2024 23:14:18 +0200 Subject: [PATCH] Fix phpstan configuration --- Build/php/phpstan.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/php/phpstan.neon b/Build/php/phpstan.neon index ecf366a..2c3cfb9 100644 --- a/Build/php/phpstan.neon +++ b/Build/php/phpstan.neon @@ -13,9 +13,9 @@ parameters: level: 9 paths: - - Classes - - Configuration - - Tests + - ../../Classes + - ../../Configuration + - ../../Tests # Allow instanceof checks, particularly in tests checkAlwaysTrueCheckTypeFunctionCall: false