We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a0570 commit 339de6bCopy full SHA for 339de6b
tests/Security/fixtures/expected/SecurityController_logout.php
@@ -10,7 +10,7 @@ class SecurityController extends AbstractController
10
/**
11
* @Route("/logout", name="app_logout")
12
*/
13
- public function logout()
+ public function logout(): void
14
{
15
throw new \LogicException('This method can be blank - it will be intercepted by the logout key on your firewall.');
16
}
0 commit comments