diff --git a/tools/phpstan.src.neon b/tools/phpstan.src.neon index 2f5b6587..0f4bdf49 100644 --- a/tools/phpstan.src.neon +++ b/tools/phpstan.src.neon @@ -14,5 +14,3 @@ parameters: ignoreErrors: - message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.#' - - message: '#^Parameter \#1 \$value of function floatval expects array\|bool\|float\|int\|resource\|string\|null, mixed given.#' - - message: '#^Parameter \#1 \$value of function intval expects array\|bool\|float\|int\|resource\|string\|null, mixed given.#'