diff --git a/core/modules/block/custom_block/custom_block.module b/core/modules/block/custom_block/custom_block.module index d682efd..bfe5a39 100644 --- a/core/modules/block/custom_block/custom_block.module +++ b/core/modules/block/custom_block/custom_block.module @@ -80,7 +80,7 @@ function custom_block_load($id) { * Implements hook_entity_type_alter(). */ function custom_block_entity_type_alter(array &$entity_types) { - // @var $entity_types \Drupal\Core\Entity\EntityTypeInterface[] + /** @var $entity_types \Drupal\Core\Entity\EntityTypeInterface[] */ // Add a translation handler for fields if the language module is enabled. if (\Drupal::moduleHandler()->moduleExists('language')) { $translation = $entity_types['custom_block']->get('translation');