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