diff --git a/phpstan.src.neon.dist b/phpstan.src.neon.dist index 9c015bef..3721e8d9 100644 --- a/phpstan.src.neon.dist +++ b/phpstan.src.neon.dist @@ -4,6 +4,7 @@ parameters: - '#Anonymous function should have native return typehint ".+".#' - '#Call to function is_string\(\) with string will always evaluate to true.#' - '#Variable \$defaults might not be defined.#' + - '#Method Dotenv\\Regex\\Regex::split\(\) should return Dotenv\\Result\\Result\, string\> but returns Dotenv\\Result\\Result\, string\>.#' - '/^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.#' diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index 198582b9..cb5424ba 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -1,9 +1,9 @@ { "require": { - "phpstan/phpstan": "0.12.58", - "phpstan/extension-installer": "1.0.5", - "phpstan/phpstan-deprecation-rules": "0.12.5", - "phpstan/phpstan-strict-rules": "0.12.5", + "phpstan/phpstan": "0.12.68", + "phpstan/extension-installer": "1.1.0", + "phpstan/phpstan-deprecation-rules": "0.12.6", + "phpstan/phpstan-strict-rules": "0.12.9", "thecodingmachine/phpstan-strict-rules": "0.12.1" }, "config": { diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index ae03df29..0ea37683 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,6 +1,6 @@ { "require": { - "psalm/phar": "4.2.1" + "psalm/phar": "4.3.1" }, "config": { "preferred-install": "dist"