diff --git a/core/includes/common.inc b/core/includes/common.inc index e0f5204818..218b119772 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -1213,8 +1213,8 @@ function debug($data, $label = NULL, $print_r = TRUE) { * NULL if compatible, otherwise the original dependency version string that * caused the incompatibility. * - * @deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. Use - * \Drupal\Core\Extension\ModuleHandler::checkIncompatibility() instead. + * @deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use + * \Drupal\Core\Extension\VersionChecker::checkIncompatibility() instead. * * @see \Drupal\Core\Extension\VersionChecker::checkIncompatibility * @see https://www.drupal.org/node/2756875 diff --git a/core/lib/Drupal/Core/Extension/ModuleHandler.php b/core/lib/Drupal/Core/Extension/ModuleHandler.php index 97255b39a9..7d30865f43 100644 --- a/core/lib/Drupal/Core/Extension/ModuleHandler.php +++ b/core/lib/Drupal/Core/Extension/ModuleHandler.php @@ -717,7 +717,7 @@ protected function verifyImplementations(&$implementations, $hook) { * * @see \Drupal\Core\Extension\VersionChecker::parseDependency * - * @deprecated in Drupal 8.6.0, will be removed before Drupal 9.0.0. + * @deprecated in Drupal 8.7.0, will be removed before Drupal 9.0.0. * Use \Drupal\Core\Extension\VersionChecker::parseDependency() instead. * * @see https://www.drupal.org/node/2756875