Skip to content

Commit 339de6b

Browse files
seb-jeanjrushlow
authored andcommitted
Update SecurityController_logout.php
1 parent 71a0570 commit 339de6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Security/fixtures/expected/SecurityController_logout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SecurityController extends AbstractController
1010
/**
1111
* @Route("/logout", name="app_logout")
1212
*/
13-
public function logout()
13+
public function logout(): void
1414
{
1515
throw new \LogicException('This method can be blank - it will be intercepted by the logout key on your firewall.');
1616
}

0 commit comments

Comments
 (0)