X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FMagicWordArray.php;h=7461191fca0007d689217a1a76b606acb4008db0;hp=6a9ead5f1ebe67dc825597a3259d315b2630ee9b;hb=e7720b8f8e09287384ddee271641d1b1721318bb;hpb=601519ee36462faabacf4547c9aefaf7e8726476 diff --git a/includes/MagicWordArray.php b/includes/MagicWordArray.php index 6a9ead5f1e..7461191fca 100644 --- a/includes/MagicWordArray.php +++ b/includes/MagicWordArray.php @@ -260,7 +260,7 @@ class MagicWordArray { * Returns an associative array, ID => param value, for all items that match * Removes the matched items from the input string (passed by reference) * - * @param string $text + * @param string &$text * * @return array */ @@ -304,7 +304,7 @@ class MagicWordArray { * Return false if no match found and $text is not modified. * Does not match parameters. * - * @param string $text + * @param string &$text * * @return int|bool False on failure */