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