mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-07-13 11:16:36 +02:00
Fix: Remove unused imports
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
namespace JsonSchema\Uri\Retrievers;
|
namespace JsonSchema\Uri\Retrievers;
|
||||||
|
|
||||||
use JsonSchema\Validator;
|
use JsonSchema\Validator;
|
||||||
use JsonSchema\Uri\Retrievers\UriRetrieverInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* URI retrieved based on a predefined array of schemas
|
* URI retrieved based on a predefined array of schemas
|
||||||
|
@ -12,11 +12,6 @@ namespace JsonSchema;
|
|||||||
use JsonSchema\Constraints\SchemaConstraint;
|
use JsonSchema\Constraints\SchemaConstraint;
|
||||||
use JsonSchema\Constraints\Constraint;
|
use JsonSchema\Constraints\Constraint;
|
||||||
|
|
||||||
use JsonSchema\Exception\InvalidSchemaMediaTypeException;
|
|
||||||
use JsonSchema\Exception\JsonDecodingException;
|
|
||||||
|
|
||||||
use JsonSchema\Uri\Retrievers\UriRetrieverInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A JsonSchema Constraint
|
* A JsonSchema Constraint
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user