X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMWTimestamp.php;h=26f5e543702cb71df7689f3478ca6142bbbfc75d;hb=85729d4ebacea15dd276f8358831cadb88dc5f4f;hp=ad3228d9a0acbf0ce3609c686da503adf5ad32e1;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MWTimestamp.php b/includes/MWTimestamp.php index ad3228d9a0..26f5e54370 100644 --- a/includes/MWTimestamp.php +++ b/includes/MWTimestamp.php @@ -238,7 +238,6 @@ class MWTimestamp { * @since 1.22 * * @param User $user User to take preferences from - * @param[out] MWTimestamp $ts Timestamp to adjust * @return DateInterval Offset that was applied to the timestamp */ public function offsetForUser( User $user ) { @@ -401,7 +400,7 @@ class MWTimestamp { * * @since 1.22 * @param bool|string $ts Timestamp to set, or false for current time - * @return MWTimestamp the local instance + * @return MWTimestamp The local instance */ public static function getLocalInstance( $ts = false ) { global $wgLocaltimezone; @@ -415,7 +414,7 @@ class MWTimestamp { * * @since 1.22 * @param bool|string $ts Timestamp to set, or false for current time - * @return MWTimestamp the instance + * @return MWTimestamp The instance */ public static function getInstance( $ts = false ) { return new self( $ts );