Files
lis/vendor/lcobucci/jwt/src/Validation/ValidAt.php
T

9 lines
109 B
PHP

<?php
declare(strict_types=1);
namespace Lcobucci\JWT\Validation;
interface ValidAt extends Constraint
{
}