for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\JWT\Validator;
use Zenstruck\JWT\Token;
use Zenstruck\JWT\Validator;
/**
* @author Kevin Bond <[email protected]>
*/
final class NullValidator implements Validator
{
* {@inheritdoc}
public function validate(Token $token)
// noop
}