diff --git a/core/lib/Drupal/Core/Entity/DatabaseStorageController.php b/core/lib/Drupal/Core/Entity/DatabaseStorageController.php index 1c7d9fd..e57f4bb 100644 --- a/core/lib/Drupal/Core/Entity/DatabaseStorageController.php +++ b/core/lib/Drupal/Core/Entity/DatabaseStorageController.php @@ -320,8 +320,7 @@ protected function buildPropertyQuery(QueryInterface $entity_query, array $value * being loaded needs to be augmented with additional data from another * table, such as loading node type into comments or vocabulary machine name * into terms, however it can also support $conditions on different tables. - * See Drupal\comment\CommentStorageController::buildQuery() or - * Drupal\taxonomy\TermStorageController::buildQuery() for examples. + * See Drupal\comment\CommentStorageController::buildQuery() for an example. * * @param array|null $ids * An array of entity IDs, or NULL to load all entities.