From d009160c193e9475ac288ffc641422d7699cb9bb Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Sun, 6 Oct 2013 22:15:29 -0700 Subject: [PATCH] Issue #2104435 by cosmicdreams: Fixed Unreachable return statement in AggregatorFeedBlock.php. --- .../lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php index e0c26624ff10..4fc69fedcae6 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php @@ -155,7 +155,6 @@ public function build() { return array( '#children' => drupal_render($item_list) . $read_more, ); - return $build; } } } -- GitLab