Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42d9d7c

Browse filesBrowse files
fix typo
1 parent 0bac246 commit 42d9d7c
Copy full SHA for 42d9d7c

File tree

1 file changed

+1
-1
lines changed
Filter options
  • src/Symfony/Component/Security/Http/Authenticator/Passport

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.