diff --git a/core/modules/views/lib/Drupal/views/ViewsDataCache.php b/core/modules/views/lib/Drupal/views/ViewsDataCache.php index a5d9132..4df7ff5 100644 --- a/core/modules/views/lib/Drupal/views/ViewsDataCache.php +++ b/core/modules/views/lib/Drupal/views/ViewsDataCache.php @@ -119,7 +119,6 @@ public function get($key = NULL) { } } - // Return an empty array if there is no match. return $this->storage; }