X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FProtectionForm.php;h=454ffcc978d20949a96b2ef4590475661a679db7;hb=8e622749cf468f4da8ca3dcb16777f9a56609aba;hp=451635e319dde1ed68e557d92261d2ec40488c3c;hpb=f4324499dab6797bd3e358467119a82fb33236b6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 451635e319..454ffcc978 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -148,7 +148,7 @@ class ProtectionForm { * * @param string $action * - * @return string 14-char timestamp or "infinity", or false if the input was invalid + * @return string|false 14-char timestamp or "infinity", or false if the input was invalid */ function getExpiry( $action ) { if ( $this->mExpirySelection[$action] == 'existing' ) {