Skip to content

Commit f957ceb

Browse files
committed
add test expectation
1 parent 339de6b commit f957ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Security/fixtures/expected/SecurityController_login_logout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function login(AuthenticationUtils $authenticationUtils): Response
2929
/**
3030
* @Route("/logout", name="app_logout")
3131
*/
32-
public function logout()
32+
public function logout(): void
3333
{
3434
throw new \LogicException('This method can be blank - it will be intercepted by the logout key on your firewall.');
3535
}

0 commit comments

Comments
 (0)