Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Nov 12, 2021
1 parent 1754635 commit 42547d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-bundle/src/Security/Logout/LogoutSuccessHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
use Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler;

/**
* @deprecated using this success handler is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead
* @deprecated using this success handler is deprecated;
* register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead
*/
class LogoutSuccessHandler extends DefaultLogoutSuccessHandler
{
Expand Down

0 comments on commit 42547d6

Please sign in to comment.