Merge "Hard deprecate wfBaseConvert()"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 279fc95..ffdfc92 100644 (file)
@@ -3048,6 +3048,8 @@ function wfWaitForSlaves(
  * Count down from $seconds to zero on the terminal, with a one-second pause
  * between showing each number. For use in command-line scripts.
  *
+ * @deprecated since 1.31, use Maintenance::countDown()
+ *
  * @codeCoverageIgnore
  * @param int $seconds
  */