X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsearch%2FSearchSuggestion.php;h=7f433db4aed32f1dcc2258e2c0dfae4c59a0feeb;hp=80a437b6c9c4ea52bd6d2d75522e4e65dc1990f4;hb=6c9a2923fe1ee3a65cb027be5e781772f2b12fbd;hpb=e3bd13db0c285f312e31bb1b7271af4628cca80c diff --git a/includes/search/SearchSuggestion.php b/includes/search/SearchSuggestion.php index 80a437b6c9..7f433db4ae 100644 --- a/includes/search/SearchSuggestion.php +++ b/includes/search/SearchSuggestion.php @@ -17,12 +17,10 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html - * */ /** * A search suggestion - * */ class SearchSuggestion { /** @@ -55,7 +53,7 @@ class SearchSuggestion { /** * Construct a new suggestion * @param float $score the suggestion score - * @param string $text|null the suggestion text + * @param string|null $text the suggestion text * @param Title|null $suggestedTitle the suggested title * @param int|null $suggestedTitleID the suggested title ID */