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 -