diff --git a/composer.json b/composer.json index 8781e8a..d93f90e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "sabre/uri" : "^2.3" }, "require-dev" : { - "friendsofphp/php-cs-fixer": "^3.64", + "friendsofphp/php-cs-fixer": "^3.66", "phpstan/phpstan": "^1.12", "phpunit/phpunit" : "^9.6" }, diff --git a/phpstan.neon b/phpstan.neon index 4be9ef9..5802f6f 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -18,7 +18,3 @@ parameters: message: "#^Strict comparison using === between null and array will always evaluate to false.$#" count: 1 path: lib/functions.php - - - message: "#^Offset 'value' on array.* in isset\\(\\) always exists and is not nullable.$#" - count: 1 - path: lib/functions.php