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 0bac246 commit 42d9d7cCopy full SHA for 42d9d7c
src/Symfony/Component/Security/Http/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