From 9007459605d3272bba05386ea3180b91d1be48f7 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 14 Dec 2020 22:21:09 +0100 Subject: [PATCH] Fix PHPStan deprecated config option --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index e441081c3..e981ab187 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,8 +7,7 @@ parameters: symfony: container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml - # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 - autoload_files: + bootstrapFiles: - vendor/bin/.phpunit/phpunit-8.3-0/vendor/autoload.php inferPrivatePropertyTypeFromConstructor: true