From 81ad4e7e58270afbc38e5fbd26edb45b884a2bfa Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 25 Oct 2021 14:16:20 +0200 Subject: [PATCH] Fix deprecated phpstan config --- phpstan/config.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan/config.neon b/phpstan/config.neon index 710ebd4ea..f29cb73fc 100644 --- a/phpstan/config.neon +++ b/phpstan/config.neon @@ -5,7 +5,7 @@ includes: parameters: level: 5 - excludes_analyse: + excludePaths: - '../tests/Composer/Test/Fixtures/*' - '../tests/Composer/Test/Autoload/Fixtures/*' - '../tests/Composer/Test/Plugin/Fixtures/*'