From fda50f4f1272cdaf3d391d5a916138945ce64b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20M=2E?= Date: Sat, 17 Aug 2024 11:39:08 +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 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\(\)#'