diff --git a/core/modules/image/lib/Drupal/image/ImageStyleListController.php b/core/modules/image/lib/Drupal/image/ImageStyleListController.php index 300b78a..76a4bf1 100644 --- a/core/modules/image/lib/Drupal/image/ImageStyleListController.php +++ b/core/modules/image/lib/Drupal/image/ImageStyleListController.php @@ -15,7 +15,7 @@ class ImageStyleListController extends ConfigEntityListController { /** - * Overrides EntityListController::buildHeader(). + * Overrides \Drupal\Core\Entity\EntityListController::buildHeader(). */ public function buildHeader() { $row = parent::buildHeader(); @@ -25,7 +25,7 @@ public function buildHeader() { } /** - * Overrides EntityListController::buildRow(). + * Overrides \Drupal\Core\Entity\EntityListController::buildRow(). */ public function buildRow(EntityInterface $entity) { $row = parent::buildRow($entity); @@ -44,7 +44,7 @@ public function buildRow(EntityInterface $entity) { } /** - * Overrides EntityListController::render(); + * Overrides \Drupal\Core\Entity\EntityListController::render(); */ public function render() { $build = parent::render();