Completed
Pull Request — master (#3)
by Clayton
06:29
created
src/Sanitizer/Sanitizer.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
      *
38 38
      * @param  array  $data
39 39
      * @param  array  $rules      Rules to be applied to each data attribute
40
-     * @param  array  $filters    Available filters for this sanitizer
41 40
      */
42 41
     public function __construct(array $data, array $rules, array $customFilters = [])
43 42
     {
Please login to merge, or discard this 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.