diff -u b/core/includes/bootstrap.inc b/core/includes/bootstrap.inc --- b/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -29,7 +29,7 @@ * - If a site managed to bypass all of the above, then an error is shown in * the status report and various fatal errors occur on various pages. * - * @deprecated in drupal:8.8.0 and will be removed from drupal:9.0.0. Use + * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use * \Drupal\Core\Requirements::MINIMUM_PHP instead. * * @see https://www.drupal.org/node/2909361 @@ -46,7 +46,7 @@ * that Drupal no longer supports that PHP version. * - An error is shown in the status report that the PHP version is too old. * - * @deprecated in drupal:8.8.0 and will be removed from drupal:9.0.0. Use + * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use * \Drupal\Core\Requirements::MINIMUM_SUPPORTED_PHP instead. * * @see https://www.drupal.org/node/2909361 @@ -60,7 +60,7 @@ * message, but Drupal can still be installed. Used for (e.g.) PHP versions * that have reached their EOL or will in the near future. * - * @deprecated in drupal:8.8.0 and will be removed from drupal:9.0.0. Use + * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use * \Drupal\Core\Requirements::RECOMMENDED_PHP instead. * * @see https://www.drupal.org/node/2909361 @@ -74,7 +74,7 @@ * contributed modules to be installed prior to hitting the limit. However, * 40M is the target for the Standard installation profile. * - * @deprecated in drupal:8.8.0 and will be removed from drupal:9.0.0. Use + * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use * \Drupal\Core\Requirements::MINIMUM_PHP_MEMORY_LIMIT instead. * * @see https://www.drupal.org/node/2909361