Skip to content

Commit 9c5f6c9

Browse files
chore: Authenticator must implement \Stringable
1 parent 3a9b64f commit 9c5f6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Model/Authenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @internal
1818
*/
19-
final class Authenticator
19+
final class Authenticator implements \Stringable
2020
{
2121
public function __construct(
2222
public AuthenticatorType $type,

0 commit comments

Comments
 (0)