Completed
Push — master ( adc5e6...b22df9 )
by Marcus
02:06
created
src/Validator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Mbright\Validation;
4 4
 
5 5
 use Mbright\Validation\Exception\ValidationFailureException;
6
+use Mbright\Validation\Failure\FailureCollection;
6 7
 use Mbright\Validation\Spec\AbstractSpec;
7 8
 use Mbright\Validation\Spec\SanitizeSpec;
8 9
 use Mbright\Validation\Spec\ValidateSpec;
9
-use Mbright\Validation\Failure\FailureCollection;
10 10
 
11 11
 class Validator
12 12
 {
Please login to merge, or discard this patch.
src/Spec/AbstractSpec.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Mbright\Validation\Spec;
4 4
 
5
-use Mbright\Validation\Exception\RuleClassNotDefinedException;
6
-use Mbright\Validation\Rule\Sanitize\SanitizeRuleInterface;
7
-use Mbright\Validation\Rule\Validate\ValidateRuleInterface;
8
-
9 5
 abstract class AbstractSpec
10 6
 {
11 7
     /**
Please login to merge, or discard this patch.