Skip to content

Commit

Permalink
Mark disabledcsrftokenmanager as final
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 14, 2022
1 parent cf0bff2 commit 747b413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Csrf/DisabledCsrfTokenManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
use Symfony\Component\Security\Csrf\CsrfToken;
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;

/**
* @final
*/
class DisabledCsrfTokenManager implements CsrfTokenManagerInterface
{
/**
Expand Down

0 comments on commit 747b413

Please sign in to comment.