Skip to content

Commit 85b7417

Browse files
fix typo
1 parent 702c90b commit 85b7417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Passport/Passport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getUser(): UserInterface
6868
*
6969
* @param string|null $badgeFqcn A FQCN to which the badge should be mapped to.
7070
* This allows replacing a built-in badge by a custom one using
71-
*. e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
71+
* e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
7272
*
7373
* @return $this
7474
*/

0 commit comments

Comments
 (0)