From ed12a35c95df338c1802d9442f8649e116d211ba 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 cb17184da8d5..ff7abba0bf72 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -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 -- GitLab