From 63590c040032c2c5c28c8089db64ce58be1dc7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20M=2E?= Date: Sat, 17 Aug 2024 11:27:11 +0200 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 71aca4e..fa305ca 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -13,3 +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()#'