diff --git a/core/includes/entity.inc b/core/includes/entity.inc index d5a7584..2250a33 100644 --- a/core/includes/entity.inc +++ b/core/includes/entity.inc @@ -161,9 +161,9 @@ function entity_revision_delete($entity_type, $revision_id) { * @see \Drupal\Core\Entity\Query\QueryInterface * * @deprecated in Drupal 8.0.x, will be removed before Drupal 9.0.0. Use - * the ::loadMultiple($ids) method if the entity type is known or - * \Drupal::entityManager()->getStorage($entity_type)->loadMultiple($ids) if the - * entity type is variable. + * the ::loadMultiple($ids) method if the entity type is known or + * \Drupal::entityManager()->getStorage($entity_type)->loadMultiple($ids) if + * the entity type is variable. */ function entity_load_multiple($entity_type, array $ids = NULL, $reset = FALSE) { $controller = \Drupal::entityManager()->getStorage($entity_type);