From 949c6c5e01610e8782aad751421b24522577eafc Mon Sep 17 00:00:00 2001 From: thelovekesh Date: Thu, 21 Mar 2024 22:24:03 +0530 Subject: [PATCH] Remove admin directory from PHPStan config --- phpstan.neon.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 13084b48f0..b1caff17b0 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,7 +3,6 @@ includes: parameters: level: 0 paths: - - admin/ - load.php - includes/ - plugins/