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.
2 parents 2cbffec + 6679529 commit e3f507dCopy full SHA for e3f507d
src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php
@@ -68,7 +68,7 @@ public function getUser(): UserInterface
68
*
69
* @return $this
70
*/
71
- public function addBadge(BadgeInterface $badge): PassportInterface
+ public function addBadge(BadgeInterface $badge): static
72
{
73
$this->badges[\get_class($badge)] = $badge;
74
0 commit comments