diff --git a/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php b/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php index 27d5f53..b21958b 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php @@ -31,11 +31,11 @@ * This class can be used as-is by most simple entity types. Entity types * requiring special handling can extend the class. * - * The class makes internally use of - * \Drupal\Core\Entity\Schema\ContentEntitySchemaHandler in order to - * automatically generate the database schema based on the defined base fields. - * Entity types can override ContentEntityDatabaseStorage::getSchema() to - * customize the generated schema; e.g., to add additional indexes. + * The class uses \Drupal\Core\Entity\Schema\ContentEntitySchemaHandler + * internally in order to automatically generate the database schema based on + * the defined base fields. Entity types can override + * ContentEntityDatabaseStorage::getSchema() to customize the generated + * schema; e.g., to add additional indexes. */ class ContentEntityDatabaseStorage extends ContentEntityStorageBase implements SqlEntityStorageInterface {