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 3fe88b2 commit 6679529Copy full SHA for 6679529
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