diff --git a/core/modules/entity/lib/Drupal/entity/Entity/EntityDisplay.php b/core/modules/entity/lib/Drupal/entity/Entity/EntityDisplay.php index 3e47941..f93f634 100644 --- a/core/modules/entity/lib/Drupal/entity/Entity/EntityDisplay.php +++ b/core/modules/entity/lib/Drupal/entity/Entity/EntityDisplay.php @@ -45,10 +45,10 @@ class EntityDisplay extends EntityDisplayBase implements EntityViewDisplayInterf * * This method should only be used internally when rendering an entity. When * assigning suggested display options for a component in a given view mode, - * entity_get_display() should be used instead, in order to avoid inadvertently - * modifying the output of other view modes that might happen to use the - * 'default' display too. Those options will then be effectively applied only - * if the view mode is configured to use them. + * entity_get_display() should be used instead, in order to avoid + * inadvertently modifying the output of other view modes that might happen to + * use the 'default' display too. Those options will then be effectively + * applied only if the view mode is configured to use them. * * hook_entity_display_alter() is invoked on each display, allowing 3rd party * code to alter the display options held in the display before they are used