diff --git a/core/modules/views/lib/Drupal/views/ResultRow.php b/core/modules/views/lib/Drupal/views/ResultRow.php index b794ca7..b704d17 100644 --- a/core/modules/views/lib/Drupal/views/ResultRow.php +++ b/core/modules/views/lib/Drupal/views/ResultRow.php @@ -22,7 +22,7 @@ class ResultRow { /** * An array of relationship entities. * - * @var array + * @var array \Drupal\Core\Entity\EntityInterface[] */ public $_relationship_entities = array();