From bb75b4f0899540c4ca1fe456212e7ce3cdb73eaf Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 25 Jun 2019 17:06:49 +0200 Subject: [PATCH] Fix PHPStan --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 334ba3a..27190e1 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,4 +5,4 @@ includes: parameters: # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 autoload_files: - - vendor/bin/.phpunit/phpunit-6.5/vendor/autoload.php + - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php