File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ public function provideEraseCredentialsData()
156
156
yield [false ];
157
157
}
158
158
159
- public function testAuthenticateRequestCanModifyTokenFromEvent (): void
159
+ public function testAuthenticateRequestCanModifyTokenFromEvent ()
160
160
{
161
161
$ authenticator = $ this ->createAuthenticator ();
162
162
$ this ->request ->attributes ->set ('_security_authenticators ' , [$ authenticator ]);
@@ -191,7 +191,7 @@ public function testAuthenticateUser()
191
191
$ manager ->authenticateUser ($ this ->user , $ authenticator , $ this ->request );
192
192
}
193
193
194
- public function testAuthenticateUserCanModifyTokenFromEvent (): void
194
+ public function testAuthenticateUserCanModifyTokenFromEvent ()
195
195
{
196
196
$ authenticator = $ this ->createAuthenticator ();
197
197
$ authenticator ->expects ($ this ->any ())->method ('createAuthenticatedToken ' )->willReturn ($ this ->token );
You can’t perform that action at this time.
0 commit comments