From 4f1d758e48b1a5e9654e6ee4a5448a669aff3c66 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 29 Apr 2024 06:59:29 +0200 Subject: [PATCH] [TASK] Drop redundant bootstrap information from PHPStan config (#1253) This entry is not required - PHPStan already uses the Composer autoloader. Fixes #1245 --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 0cdea18..b5b0aa0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -12,9 +12,6 @@ parameters: level: 4 - bootstrapFiles: - - .Build/vendor/autoload.php - paths: - Classes - Configuration