Skip to content

Commit ea51422

Browse files
committed
fix code style
1 parent f949f7b commit ea51422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Authentication/AuthenticatorManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function provideEraseCredentialsData()
156156
yield [false];
157157
}
158158

159-
public function testAuthenticateRequestCanModifyTokenFromEvent(): void
159+
public function testAuthenticateRequestCanModifyTokenFromEvent()
160160
{
161161
$authenticator = $this->createAuthenticator();
162162
$this->request->attributes->set('_security_authenticators', [$authenticator]);
@@ -191,7 +191,7 @@ public function testAuthenticateUser()
191191
$manager->authenticateUser($this->user, $authenticator, $this->request);
192192
}
193193

194-
public function testAuthenticateUserCanModifyTokenFromEvent(): void
194+
public function testAuthenticateUserCanModifyTokenFromEvent()
195195
{
196196
$authenticator = $this->createAuthenticator();
197197
$authenticator->expects($this->any())->method('createAuthenticatedToken')->willReturn($this->token);

0 commit comments

Comments
 (0)