X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLNestedFilterable.php;h=a68ab62dadb291ab930f6c74744a6f24fc42ba12;hb=1e2cce13eae6d97b312be2e96a70a443a79c4465;hp=f6f3ad559e456dbc4057dde4eeab0602422ab695;hpb=aa5e15357aab7365815c154fd86bdaa6f968b97a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLNestedFilterable.php b/includes/htmlform/HTMLNestedFilterable.php index f6f3ad559e..a68ab62dad 100644 --- a/includes/htmlform/HTMLNestedFilterable.php +++ b/includes/htmlform/HTMLNestedFilterable.php @@ -2,10 +2,10 @@ interface HTMLNestedFilterable { /** - * Support for seperating multi-option preferences into multiple preferences + * Support for separating multi-option preferences into multiple preferences * Due to lack of array support. * - * @param $data array + * @param array $data */ - function filterDataForSubmit( $data ); + public function filterDataForSubmit( $data ); }