File tree Expand file tree Collapse file tree 9 files changed +0
-14
lines changed Expand file tree Collapse file tree 9 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ $config
1515 'array_syntax ' => array ('syntax ' => 'long ' ),
1616 'binary_operator_spaces ' => false ,
1717 'concat_space ' => array ('spacing ' => 'one ' ),
18- 'no_unused_imports ' => false ,
1918 'no_useless_else ' => true ,
2019 'no_useless_return ' => true ,
2120 'ordered_imports ' => true ,
Original file line number Diff line number Diff line change 1010namespace JsonSchema \Constraints ;
1111
1212use JsonSchema \ConstraintError ;
13- use JsonSchema \Constraints \TypeCheck \LooseTypeCheck ;
1413use JsonSchema \Entity \JsonPointer ;
1514use JsonSchema \Exception \InvalidArgumentException ;
1615use JsonSchema \Exception \ValidationException ;
Original file line number Diff line number Diff line change 1010namespace JsonSchema \Constraints ;
1111
1212use JsonSchema \Entity \JsonPointer ;
13- use JsonSchema \SchemaStorage ;
14- use JsonSchema \Uri \UriRetriever ;
15- use JsonSchema \UriRetrieverInterface ;
1613
1714/**
1815 * The Base Constraints, all Validators should extend this class
Original file line number Diff line number Diff line change 99
1010namespace JsonSchema \Constraints ;
1111
12- use JsonSchema \Constraints \Constraint ;
1312use JsonSchema \Exception \InvalidArgumentException ;
14- use JsonSchema \Exception \InvalidConfigException ;
1513use JsonSchema \SchemaStorage ;
1614use JsonSchema \SchemaStorageInterface ;
1715use JsonSchema \Uri \UriRetriever ;
Original file line number Diff line number Diff line change 1414use JsonSchema \Exception \InvalidArgumentException ;
1515use JsonSchema \Exception \InvalidSchemaException ;
1616use JsonSchema \Exception \RuntimeException ;
17- use JsonSchema \SchemaStorage ;
1817use JsonSchema \Validator ;
1918
2019/**
Original file line number Diff line number Diff line change 1111
1212use JsonSchema \Constraints \BaseConstraint ;
1313use JsonSchema \Constraints \Constraint ;
14- use JsonSchema \Exception \InvalidConfigException ;
15- use JsonSchema \SchemaStorage ;
1614
1715/**
1816 * A JsonSchema Constraint
Original file line number Diff line number Diff line change 99
1010namespace JsonSchema \Tests \Drafts ;
1111
12- use JsonSchema \Constraints \Constraint ;
13-
1412/**
1513 * @package JsonSchema\Tests\Drafts
1614 */
Original file line number Diff line number Diff line change 1313use JsonSchema \Uri \UriRetriever ;
1414use JsonSchema \Validator ;
1515use PHPUnit \Framework \TestCase ;
16- use Prophecy \Argument ;
1716
1817class SchemaStorageTest extends TestCase
1918{
Original file line number Diff line number Diff line change 22
33namespace JsonSchema \Tests ;
44
5- use JsonSchema \Constraints \Constraint ;
65use JsonSchema \Validator ;
76use PHPUnit \Framework \TestCase ;
87
You can’t perform that action at this time.
0 commit comments