Skip to content

Commit

Permalink
Remove unsued constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Mar 1, 2024
1 parent c751ae9 commit d0f90f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/State/Token/PutProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
*/
final class PutProcessor implements ProcessorInterface
{
private const TOKEN_TTL = 3600;

private const OPERATION_URI_TEMPLATE = '/token/refresh';

public function __construct(
Expand Down
3 changes: 3 additions & 0 deletions tests/Unit/Resources/Token/PostProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
use Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface;

/**
* @internal
*/
final class PostProcessorTest extends Unit
{
private const TOKEN_TTL = 3600;
Expand Down

0 comments on commit d0f90f0

Please sign in to comment.