Files
kulakpos_web/vendor/lcobucci/jwt/src/Validation/SignedWith.php

9 lines
112 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
declare(strict_types=1);
namespace Lcobucci\JWT\Validation;
interface SignedWith extends Constraint
{
}