Skip to content

Commit a5f3223

Browse files
authored
Fix typo in docblock annotation for @deprecated property (#696)
Corrected the typo in the docblock annotation from `@@deprecated` to `@deprecated`. This ensures consistency with standard annotation formatting and improves code readability for developers.
1 parent 2a013fa commit a5f3223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webauthn/src/PublicKeyCredentialEntity.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
abstract class PublicKeyCredentialEntity
88
{
99
/**
10-
* @@deprecated since 5.1.0 and will be removed in 6.0.0. This value is always null.
10+
* @deprecated since 5.1.0 and will be removed in 6.0.0. This value is always null.
1111
*/
1212
public ?string $icon = null;
1313

0 commit comments

Comments
 (0)