From 21ce8874f902abd3baac25075ff9bf6bf7df6a33 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Mon, 24 Jul 2023 17:50:05 +0200 Subject: [PATCH] Fixed tests --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 99ab9fb4..1ef7fa8f 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -590,7 +590,7 @@ parameters: - message: "#^Access to an undefined property Sabre\\\\VObject\\\\Component\\\\VCard\\:\\:\\$BDAY\\.$#" - count: 1 + count: 2 path: tests/Feature/Member/DavTest.php -