Completed
Pull Request — master (#3)
by Clayton
01:15
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
@@ -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.