From 119241425ec2261d4a39e781a3afc3b09794a8f3 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Mon, 26 Feb 2024 18:08:57 +0100 Subject: [PATCH] Fix CS --- src/webauthn/src/PublicKeyCredentialSource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webauthn/src/PublicKeyCredentialSource.php b/src/webauthn/src/PublicKeyCredentialSource.php index 212ffd38..de55bb10 100644 --- a/src/webauthn/src/PublicKeyCredentialSource.php +++ b/src/webauthn/src/PublicKeyCredentialSource.php @@ -12,6 +12,7 @@ use Webauthn\TrustPath\TrustPath; use Webauthn\TrustPath\TrustPathLoader; use function array_key_exists; +use function in_array; /** * @see https://www.w3.org/TR/webauthn/#iface-pkcredential