diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 33719d8..762ebfd 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -18,3 +18,5 @@ parameters: - '#Variable method call on#' - '#as default value#' - '#is not final, but since the containing class is abstract, it should be#' + - '#has a nullable return type declaration.#' + - '#with a nullable type declaration.#'