jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: Remove unreachable code and trailing semicolon
......................................................................


Hygiene: Remove unreachable code and trailing semicolon

Change-Id: I84d7c4cd302dc6ca10087d970ba22027a1682d89
---
M container.php
M includes/Block/BoardHistory.php
2 files changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/container.php b/container.php
index e2c4506..103e164 100644
--- a/container.php
+++ b/container.php
@@ -816,7 +816,7 @@
                                                'refType' => 'template',
                                                'targetType' => 'wiki',
                                                'target' => 
$templateTarget->getPrefixedText(),
-                                       );;
+                                       );
                                },
                )
        );
diff --git a/includes/Block/BoardHistory.php b/includes/Block/BoardHistory.php
index a50c29f..306ae87 100644
--- a/includes/Block/BoardHistory.php
+++ b/includes/Block/BoardHistory.php
@@ -53,8 +53,6 @@
                                'links' => array(
                                ),
                        );
-                       $result->setIndexedTagName( $output, 'board-history' );
-                       return $output;
                }
 
                $history = Container::get( 'query.board-history' )->getResults( 
$this->workflow );

-- 
To view, visit https://gerrit.wikimedia.org/r/140970
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I84d7c4cd302dc6ca10087d970ba22027a1682d89
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: frontend-rewrite
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to