Verified Commit ed12a35c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3318985 by andypost, longwave: Bump REQUEST_TIME deprecation to Drupal 11

(cherry picked from commit 29f7f401)
parent dc2df52c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,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:10.0.0.
 * @deprecated in drupal:8.3.0 and is removed from drupal:11.0.0.
 *   Use \Drupal::time()->getRequestTime();
 *
 * @see https://www.drupal.org/node/2785211