Skip to content

Commit 9cc76e1

Browse files
committed
fix merge
1 parent 8531f00 commit 9cc76e1

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)