From 19756a2b717f847624aea61b17c2c71eb4305d12 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 19 Apr 2024 09:23:48 +0200 Subject: [PATCH] Update phpstan baseline --- ci/qa/phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/qa/phpstan-baseline.neon b/ci/qa/phpstan-baseline.neon index e0b0e325..50dab440 100644 --- a/ci/qa/phpstan-baseline.neon +++ b/ci/qa/phpstan-baseline.neon @@ -145,6 +145,11 @@ parameters: count: 1 path: ../../src/Repository/UserRepository.php + - + message: "#^Access to an undefined property Surfnet\\\\Webauthn\\\\Service\\\\AuthenticatorStatusValidator\\:\\:\\$deniedStatus\\.$#" + count: 2 + path: ../../src/Service/AuthenticatorStatusValidator.php + - message: "#^Method Surfnet\\\\Webauthn\\\\Service\\\\ClientMetadataService\\:\\:generateMetadata\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1