X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FMagicWord.php;h=4d17298b23488e8147416322d6e3e3eab1a211fc;hb=6b0d5a7b4ecd33833eb9d6e5582395b5b39e7037;hp=7decbee0ab5dfc498e3d963e12336a43ffcbe530;hpb=e9df496d1171ff7bccc35c36839a5328838b83ca;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MagicWord.php b/includes/MagicWord.php index 7decbee0ab..4d17298b23 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -754,6 +754,7 @@ class MagicWordArray { /** * Get a 2-d hashtable for this array + * @return array */ function getHash() { if ( is_null( $this->hash ) ) { @@ -775,6 +776,7 @@ class MagicWordArray { /** * Get the base regex + * @return array */ function getBaseRegex() { if ( is_null( $this->baseRegex ) ) { @@ -799,6 +801,7 @@ class MagicWordArray { /** * Get an unanchored regex that does not match parameters + * @return array */ function getRegex() { if ( is_null( $this->regex ) ) {