X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FProtectionForm.php;h=454ffcc978d20949a96b2ef4590475661a679db7;hb=8e337da65b111ddbcd63beef6440e9c1cdbe7b69;hp=451635e319dde1ed68e557d92261d2ec40488c3c;hpb=452779b824575ad354a800f820729a9450d9ff9e;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' ) {