Skip to content

Commit e2b1e24

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: fix merge
2 parents e7dea9b + a7dca91 commit e2b1e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)