Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 25, 2023
1 parent 0bac246 commit 42d9d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getUser(): UserInterface
*
* @param string|null $badgeFqcn A FQCN to which the badge should be mapped to.
* This allows replacing a built-in badge by a custom one using
*. e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
* e.g. addBadge(new MyCustomUserBadge(), UserBadge::class)
*
* @return $this
*/
Expand Down

0 comments on commit 42d9d7c

Please sign in to comment.