Skip to content

Commit 642caeb

Browse files
committed
🚿
1 parent fb6e477 commit 642caeb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Authenticators/AuthenticatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface AuthenticatorInterface{
3737
];
3838

3939
/**
40-
* Mode identifier. Do not call this constant from the interface. but rather from an authenticator instance.
40+
* Mode identifier. Do not call this constant from the interface, but rather from an authenticator instance.
4141
*
4242
* @var string
4343
*/

src/Authenticators/SteamGuard.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ public function getOTP(#[SensitiveParameter] int $code):string{
8686
return $str;
8787
}
8888

89+
/**
90+
* @codeCoverageIgnore
91+
*/
8992
public function getUri(string $label, string $issuer, int|null $counter = null):string{
9093
throw new RuntimeException('Not supported');
9194
}

0 commit comments

Comments
 (0)