From a1d293d7512d646f15c003ee25b5bccf393497c9 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> 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 ec0196087c56..0ddbdccf07f6 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -46,7 +46,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 -- GitLab