From 9331ed1853beeb712c2c56063e60f5d471ceb029 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 18 Oct 2025 23:53:56 +0000 Subject: [PATCH] Drop 'node_modules' from the PHPStan config. Not present in the repo. --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 9e56f3259..6e407e666 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,7 +11,6 @@ parameters: - lib/MiniTemplator.class.php excludePaths: - lib - - node_modules - plugins.local - tests - vendor