Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 22, 2024
1 parent 4697125 commit fbb2f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/LogoutListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class LogoutListener
{
#[AsEventListener]
public function handleExpiredCsrfError(ExceptionEvent $event)
public function handleExpiredCsrfError(ExceptionEvent $event): void
{
$e = $event->getThrowable();
do {
Expand Down

0 comments on commit fbb2f67

Please sign in to comment.