From 7b98f738d307a088859d7a21f55b974031099a35 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 28 Feb 2017 21:31:49 -0800 Subject: [PATCH] Follow-up a57b64436cf2: Correct @deprecated version Change-Id: Ia16907a8fcb500c8dd261dd4309a892824d80595 --- includes/compat/Timestamp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1