From 1a2dcf78ab4fb862cfa3272333e362fda4f7d984 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 14 Jan 2021 15:23:03 +1100 Subject: [PATCH] Remove use of deprecated autoload feature --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index bfd91301f5..f0ab0473ed 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,7 +2,7 @@ parameters: level: 0 paths: - src - autoload_files: + bootstrapFiles: - tests/bootstrap.php ignoreErrors: -