Completed
Branch master (5927eb)
by Matt
06:47
created
src/Validator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Yuloh\JsonGuard;
4 4
 
5
-use Yuloh\JsonGuard\Constraints\ContainerInstanceConstraint;
6 5
 use Yuloh\JsonGuard\Constraints\Constraint;
6
+use Yuloh\JsonGuard\Constraints\ContainerInstanceConstraint;
7 7
 use Yuloh\JsonGuard\Constraints\ParentSchemaAwareContainerInstanceConstraint;
8 8
 use Yuloh\JsonGuard\Constraints\ParentSchemaAwarePropertyConstraint;
9 9
 use Yuloh\JsonGuard\Constraints\PropertyConstraint;
Please login to merge, or discard this patch.