From: jenkins-bot Date: Sat, 9 Aug 2014 12:37:50 +0000 (+0000) Subject: Merge "Correct variable types in phpdoc" X-Git-Tag: 1.31.0-rc.0~14500 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=9f326f5dcd3e35c0baf2981fa0f2bb7177cbdaa9;hp=8db655e94b9c8ab54ac910ee0a3faf153c259b4e;p=lhc%2Fweb%2Fwiklou.git Merge "Correct variable types in phpdoc" --- diff --git a/includes/changes/ChangesList.php b/includes/changes/ChangesList.php index cd43f82934..9b9c1029cf 100644 --- a/includes/changes/ChangesList.php +++ b/includes/changes/ChangesList.php @@ -438,8 +438,6 @@ class ChangesList extends ContextSource { } else { return Linker::commentBlock( $rc->mAttribs['rc_comment'], $rc->getTitle() ); } - - return ''; } /**