Merge "Correct variable types in phpdoc"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 9 Aug 2014 12:37:50 +0000 (12:37 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 9 Aug 2014 12:37:50 +0000 (12:37 +0000)
includes/changes/ChangesList.php

index cd43f82..9b9c102 100644 (file)
@@ -438,8 +438,6 @@ class ChangesList extends ContextSource {
                } else {
                        return Linker::commentBlock( $rc->mAttribs['rc_comment'], $rc->getTitle() );
                }
-
-               return '';
        }
 
        /**