Follow-up a57b64436c: Correct @deprecated version

Change-Id: Ia16907a8fcb500c8dd261dd4309a892824d80595
This commit is contained in:
Timo Tijhof 2017-02-28 21:31:49 -08:00
parent a57b64436c
commit 7b98f738d3

View file

@ -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' );