From 79d3892aed5dff709605ccd9d741ddb8aa0818ac Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 4 Nov 2022 13:30:20 +0000 Subject: [PATCH] Issue #3318985 by andypost, longwave: Bump REQUEST_TIME deprecation to Drupal 11 (cherry picked from commit 29f7f401a05bfd950f29778098254a26dea398dd) --- core/includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index cb17184da8d..ff7abba0bf7 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -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