Unverified Commit f3234434 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 839caad4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,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