diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 9d21194..a40f11c 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -13,6 +13,6 @@ parameters: ignoreErrors: - '#Unsafe usage of new static#' - '#Call to an undefined method [a-zA-Z0-9\\_]+::wireModel\(\)#' - - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getTitle()\(\)#' - - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getDescription()\(\)#' - - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getRobots()\(\)#' + - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getTitle\(\)#' + - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getDescription\(\)#' + - '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getRobots\(\)#'