X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLNestedFilterable.php;h=a68ab62dadb291ab930f6c74744a6f24fc42ba12;hb=ea456c6a0cf96e4927c77370c3ba30b683525a1a;hp=2c09ea4e59bea8ef21b2ac379eb53f6cdfccd334;hpb=f0edb3e368a5fc69218d20f76f1538b68f37db42;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLNestedFilterable.php b/includes/htmlform/HTMLNestedFilterable.php index 2c09ea4e59..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 array $data */ - function filterDataForSubmit( $data ); + public function filterDataForSubmit( $data ); }