diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Routing/AggregatorController.php b/core/modules/aggregator/lib/Drupal/aggregator/Routing/AggregatorController.php index 65cbcec..8fd1907 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Routing/AggregatorController.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Routing/AggregatorController.php @@ -73,8 +73,8 @@ public function feedAdd() { /** * Displays all the feeds used by the Aggregator module. * - * @return string - * An HTML-formatted string. + * @return array + * A form array as expected by drupal_render(). */ public function sources() {