diff --git a/phpstan.neon b/phpstan.neon index 9950ed9..af3a526 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,6 @@ parameters: reportUnmatchedIgnoredErrors: false paths: - src - - tests ignoreErrors: - '#Cannot cast mixed to int.#' - '#Cannot cast mixed to string.#'