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