diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php b/core/lib/Drupal/Core/Entity/Annotation/EntityType.php index 1eccd4f..a94785e 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; /** - * Array marking the entity type as translatable. + * Used to mark the entity type as translatable. * - * This is used to register field translation handlers and thus mark the + * This was 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 9130ba1..f009d19 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 - * Contains Drupal\entity_test\Entity\EntityTestNoUri. + * Definition of Drupal\entity_test\Entity\EntityTestNoUri. */ namespace Drupal\entity_test\Entity;