From d38f4d1edcbe32515a0ad593cbd4c858e337263c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 2 Oct 2021 20:17:08 +0100 Subject: [PATCH] Upgraded static analyzers --- phpstan.src.neon.dist | 1 - vendor-bin/phpstan/composer.json | 4 ++-- vendor-bin/psalm/composer.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/phpstan.src.neon.dist b/phpstan.src.neon.dist index 3721e8d..d4e6775 100644 --- a/phpstan.src.neon.dist +++ b/phpstan.src.neon.dist @@ -8,4 +8,3 @@ parameters: - '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/' - '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/' - '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#' - - '#Parameter \#.+ of method Dotenv\\Repository\\AbstractRepository::offset.+ should be contravariant .+#' diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index 17f4512..bbf74fd 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -1,9 +1,9 @@ { "require": { - "phpstan/phpstan": "0.12.88", + "phpstan/phpstan": "0.12.99", "phpstan/extension-installer": "1.1.0", "phpstan/phpstan-deprecation-rules": "0.12.6", - "phpstan/phpstan-strict-rules": "0.12.9", + "phpstan/phpstan-strict-rules": "0.12.11", "thecodingmachine/phpstan-strict-rules": "0.12.1" }, "config": { diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 5408be3..76c6bd3 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,6 +1,6 @@ { "require": { - "psalm/phar": "4.7.1" + "psalm/phar": "4.10.0" }, "config": { "preferred-install": "dist"