10000 fix merge · symfony/symfony@f2aac2a · GitHub
[go: up one dir, main page]

Skip to content

Commit f2aac2a

Browse files
committed
fix merge
1 parent 58c9a23 commit f2aac2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractLoginFormAuthenticatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1818
use Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator;
1919
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
20+
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
2021
use Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport;
2122

2223
class AbstractLoginFormAuthenticatorTest extends TestCase
@@ -109,7 +110,7 @@ protected function getLoginUrl(Request $request): string
109110
return $this->loginUrl;
110111
}
111112

112-
public function authenticate(Request $request)
113+
public function authenticate(Request $request): Passport
113114
{
114115
return new SelfValidatingPassport(new UserBadge('dummy'));
115116
}

0 commit comments

Comments
 (0)
0