@@ -60,7 +60,6 @@ |
||
60 | 60 | /** |
61 | 61 | * Replaces the current parameters by a new set. |
62 | 62 | * |
63 | - * @param array $parameters |
|
64 | 63 | */ |
65 | 64 | public function replace(array $data) |
66 | 65 | { |
@@ -37,7 +37,6 @@ |
||
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 | { |