X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMagicWordArray.php;h=7461191fca0007d689217a1a76b606acb4008db0;hb=0b302de4865f0c4bc1106db1b283845bfbb47ed0;hp=6a9ead5f1ebe67dc825597a3259d315b2630ee9b;hpb=ddf2afdee2faeb5ee102e5d13933495890212ffc;p=lhc%2Fweb%2Fwiklou.git 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 */