From 52686ecaa578ba42fe5cbd7a273b4da5840fc30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20M=2E?= Date: Sat, 17 Aug 2024 11:30:41 +0200 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index fa305ca..9d21194 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()\(\)#'