diff --git a/phpstan.neon b/phpstan.neon index e27b72d..08d84fb 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,4 +5,4 @@ parameters: ignoreErrors: - '#Unsafe usage of new static\(\)#' - '#.*has invalid type Doctrine\\DBAL\\Driver\\ResultStatement#' - - '#Conditional return type uses subject type T which is not part of PHPDoc @template tags#' + - '#.* overrides method Redis::connect\(\) but misses parameter \#7 \$context#'