diff -u b/core/modules/block/src/Entity/Block.php b/core/modules/block/src/Entity/Block.php --- b/core/modules/block/src/Entity/Block.php +++ b/core/modules/block/src/Entity/Block.php @@ -179,7 +179,7 @@ } /** - * Overrides \Drupal\Core\Entity\Entity::label(); + * {@inheritdoc} */ public function label() { $settings = $this->get('settings');