Completed
Push — master ( 6cb195...8df45f )
by Marcus
02:44
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.