Completed
Pull Request — master (#3)
by Clayton
01:15
created
src/Sanitizer/Sanitizer.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 
7 7
 namespace PerfectOblivion\Valid\Sanitizer;
8 8
 
9
-use Closure;
10
-use Illuminate\Support\Arr;
11
-use InvalidArgumentException;
9
+use Closure;
10
+use Illuminate\Support\Arr;
11
+use InvalidArgumentException;
12 12
 use Illuminate\Validation\ValidationRuleParser;
13 13
 
14 14
 class Sanitizer
Please login to merge, or discard this patch.