Completed
Push — master ( b6d955...929034 )
by Marcus
02:03
created
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.