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()
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 );
You can’t perform that action at this time.
0 commit comments