9 lines
112 B
PHP
9 lines
112 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Lcobucci\JWT\Validation;
|
|
|
|
interface SignedWith extends Constraint
|
|
{
|
|
}
|