Skip to content

Commit

Permalink
Merge pull request #565 from web-auth/Spomky-patch-1
Browse files Browse the repository at this point in the history
Fix CS
  • Loading branch information
Spomky authored Feb 26, 2024
2 parents b2ff6c5 + 1192414 commit b7b34af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webauthn/src/PublicKeyCredentialSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7b34af

Please sign in to comment.