X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FMWTimestamp.php;h=bc59588dce276970bd7b36039edce7ff8cb7c9c5;hb=fc33a701cbb4459b3cb4837bf55eafe9164c640f;hp=ad3228d9a0acbf0ce3609c686da503adf5ad32e1;hpb=9c00b728ccc4ff8227adf676ca0b98f3b003dfaa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MWTimestamp.php b/includes/MWTimestamp.php index ad3228d9a0..bc59588dce 100644 --- a/includes/MWTimestamp.php +++ b/includes/MWTimestamp.php @@ -401,7 +401,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 +415,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 );