diff --git a/core/lib/Drupal/Core/Entity/EntityNG.php b/core/lib/Drupal/Core/Entity/EntityNG.php index 35e002a..d54fea5 100644 --- a/core/lib/Drupal/Core/Entity/EntityNG.php +++ b/core/lib/Drupal/Core/Entity/EntityNG.php @@ -674,7 +674,7 @@ public function updateOriginalValues() { * Implements the magic method for setting object properties. * * @todo: A lot of code still uses non-fields (e.g. $entity->content in render - * controllers by reference. Clean that up. + * controllers) by reference. Clean that up. */ public function &__get($name) { // If this is an entity field, handle it accordingly. We first check whether