Skip to content

Commit 8d4a67e

Browse files
committed
chore: update PHPStan baseline for hide_existing_credentials
Add baseline entries for the new hide_existing_credentials configuration option in WebauthnFactory, consistent with existing baseline entries for other configuration access patterns.
1 parent 681ea4d commit 8d4a67e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.ci-tools/phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,12 @@ parameters:
543543
count: 2
544544
path: ../src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
545545

546+
-
547+
rawMessage: Cannot access offset 'hide_existing_credentials' on mixed.
548+
identifier: offsetAccess.nonOffsetAccessible
549+
count: 1
550+
path: ../src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
551+
546552
-
547553
rawMessage: Cannot access offset 'host' on mixed.
548554
identifier: offsetAccess.nonOffsetAccessible
@@ -711,6 +717,12 @@ parameters:
711717
count: 1
712718
path: ../src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
713719

720+
-
721+
rawMessage: 'Parameter #10 $hideExistingCredentials of method Webauthn\Bundle\DependencyInjection\Factory\Security\WebauthnFactory::createAttestationRequestControllerAndRoute() expects bool, mixed given.'
722+
identifier: argument.type
723+
count: 1
724+
path: ../src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
725+
714726
-
715727
rawMessage: 'Parameter #3 $config of method Webauthn\Bundle\DependencyInjection\Factory\Security\WebauthnFactory::getAssertionOptionsBuilderId() expects array<mixed>, mixed given.'
716728
identifier: argument.type

0 commit comments

Comments
 (0)