We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702c90b commit 85b7417Copy full SHA for 85b7417
Authenticator/Passport/Passport.php
@@ -68,7 +68,7 @@ public function getUser(): UserInterface
68
*
69
* @param string|null $badgeFqcn A FQCN to which the badge should be mapped to.
70
* This allows replacing a built-in badge by a custom one using
71
- *. e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
+ * e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
72
73
* @return $this
74
*/
0 commit comments