From 9004456132d8411eda79197ca05a7e0aeee45522 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 3 Apr 2026 15:30:27 +0200 Subject: [PATCH] add settings, raise level to 1 --- phpstan.dist.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index fc02e7c0..ed2a00ea 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -1,10 +1,11 @@ includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: - level: 0 + level: 1 paths: - includes - providers + - settings - class-two-factor-compat.php - class-two-factor-core.php - two-factor.php