@@ -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 | { |
@@ -42,9 +42,6 @@ |
||
42 | 42 | * Add a custom filters to all Sanitizers created with this Factory. |
43 | 43 | * |
44 | 44 | * @param string $name Name of the filter |
45 | - * @param mixed $extension Either the full class name of a Filter class implementing the Filter contract, or a Closure. |
|
46 | - * |
|
47 | - * @throws InvalidArgumentException |
|
48 | 45 | */ |
49 | 46 | public function extend($name, $customFilter) |
50 | 47 | { |