Skip to content

Commit e3f507d

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: fix merge
2 parents 2cbffec + 6679529 commit e3f507d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getUser(): UserInterface
6868
*
6969
* @return $this
7070
*/
71-
public function addBadge(BadgeInterface $badge): PassportInterface
71+
public function addBadge(BadgeInterface $badge): static
7272
{
7373
$this->badges[\get_class($badge)] = $badge;
7474

0 commit comments

Comments
 (0)