diff --git a/phpstan.neon.dist b/phpstan.neon.dist index f9ac466cf..b14e98e42 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,7 +7,8 @@ parameters: - message: '#Comparison operation "<=" between [0-9]+ and int<[0-9]+, max> is always true.#' path: src/Yasumi/Provider/Turkey.php - checkGenericClassInNonGenericObjectType: false + - + identifier: missingType.generics reportUnmatchedIgnoredErrors: true # Do not allow outdated errors in the baseline treatPhpDocTypesAsCertain: false tipsOfTheDay: false