From: Timo Tijhof Date: Wed, 1 Mar 2017 05:31:49 +0000 (-0800) Subject: Follow-up a57b64436cf2: Correct @deprecated version X-Git-Tag: 1.31.0-rc.0~3937^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=7b98f738d307a088859d7a21f55b974031099a35;p=lhc%2Fweb%2Fwiklou.git Follow-up a57b64436cf2: Correct @deprecated version Change-Id: Ia16907a8fcb500c8dd261dd4309a892824d80595 --- diff --git a/includes/compat/Timestamp.php b/includes/compat/Timestamp.php index 805e61ec65..bd254327e2 100644 --- a/includes/compat/Timestamp.php +++ b/includes/compat/Timestamp.php @@ -12,7 +12,7 @@ // complain about class_alias() not being in the target class file. /** - * @deprecated since 1.28 + * @deprecated since 1.29 * @since 1.20 */ class_alias( Wikimedia\Timestamp\TimestampException::class, 'Timestamp' . 'Exception' );