diff --git a/core/modules/statistics/src/StatisticsStorageInterface.php b/core/modules/statistics/src/StatisticsStorageInterface.php index 2d2a6c1..ad6d6d5 100644 --- a/core/modules/statistics/src/StatisticsStorageInterface.php +++ b/core/modules/statistics/src/StatisticsStorageInterface.php @@ -27,7 +27,7 @@ public function recordView($id); * @param array $ids * An array of IDs of entities to fetch the views for. * - * @return array \Drupal\statistics\StatisticsViewsResult[] + * @return \Drupal\statistics\StatisticsViewsResult[] * An array of value objects representing the number of times each entity * has been viewed. The array is keyed by entity ID. If an ID does not * exist, it will not be present in the array.