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