Fixed parameter documentation
authorMarcel Werk <burntime@woltlab.com>
Thu, 1 Oct 2020 14:47:43 +0000 (16:47 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 1 Oct 2020 14:47:43 +0000 (16:47 +0200)
wcfsetup/install/files/lib/system/option/ISearchableUserOption.class.php

index 22bb8d773062d2722fdde51af2fd543bcdc82eb6..69239e11ad4de98cf86a03c48601f9baecb8b00d 100644 (file)
@@ -16,7 +16,7 @@ interface ISearchableUserOption {
         * Returns the html code for the search form element of this option.
         * 
         * @param       Option          $option
-        * @param       string          $value
+        * @param       mixed           $value
         * @return      string          html
         */
        public function getSearchFormElement(Option $option, $value);