From b4abd3e62ccc7a1af9a750179ead66acaa527d83 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Mon, 15 Jun 2020 11:42:20 +0200 Subject: [PATCH] Remove deprecated phpstan parameter, fixes #40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcb593..f3159cc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Include extension.neon and the autoloader.php file in your project's PHPStan con ```neon parameters: - autoload_files: + bootstrapFiles: - vendor/bitexpert/phpstan-magento/autoload.php includes: - vendor/bitexpert/phpstan-magento/extension.neon