Follow-up a57b64436cf2: Correct @deprecated version
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Mar 2017 05:31:49 +0000 (21:31 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Mar 2017 05:31:49 +0000 (21:31 -0800)
Change-Id: Ia16907a8fcb500c8dd261dd4309a892824d80595

includes/compat/Timestamp.php

index 805e61e..bd25432 100644 (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' );