Unverified Commit 8f72af89 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3113284 by mpdonadio: Move deprecation of REQUEST_TIME to Drupal 10

(cherry picked from commit f3234434)
parent d88b83df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
 * @see http://php.net/manual/reserved.variables.server.php
 * @see http://php.net/manual/function.time.php
 *
 * @deprecated in drupal:8.3.0 and is removed from drupal:9.0.0.
 * @deprecated in drupal:8.3.0 and is removed from drupal:10.0.0.
 *   Use \Drupal::time()->getRequestTime();
 *
 * @see https://www.drupal.org/node/2785211