diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 85a2cf0e0a..f76551f8d3 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1033,7 +1033,7 @@ function _system_rebuild_module_data() { * @return \Drupal\Core\Extension\Extension[] * Array of all available modules and their data. * - * @deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. + * @deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. * Use \Drupal::service('extension.list.module')->getList() instead. * Note: use reset() only when you really need to rescan and rebuild the list. *