diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php b/core/lib/Drupal/Core/Entity/Annotation/EntityType.php index a94785e..1eccd4f 100644 --- a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php +++ b/core/lib/Drupal/Core/Entity/Annotation/EntityType.php @@ -156,9 +156,9 @@ class EntityType extends Plugin { public $translatable = FALSE; /** - * Used to mark the entity type as translatable. + * Array marking the entity type as translatable. * - * This was used to register field translation handlers and thus mark the + * This is used to register field translation handlers and thus mark the * entity type as translatable. Additionally it could be used to provide * translation-handler specific data. * diff --git a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestNoUri.php b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestNoUri.php index f009d19..e7395b8 100644 --- a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestNoUri.php +++ b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestNoUri.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\entity_test\Entity\EntityTestNoUri. + * Contains \Drupal\entity_test\Entity\EntityTestNoUri. */ namespace Drupal\entity_test\Entity;