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

(cherry picked from commit 29f7f401a0)
merge-requests/2505/merge
Alex Pott 2022-11-04 13:30:20 +00:00
parent c381d7c6cc
commit 79d3892aed
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ const DRUPAL_EXTENSION_NAME_MAX_LENGTH = 50;
* @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