Fix phpcs error

Found by tests:
https://integration.wikimedia.org/ci/job/php-composer-test/19332/console

Change-Id: I05dee486e93b9dbf2bc117fb6a48cc00a08c102d
This commit is contained in:
Umherirrender 2015-11-05 21:13:16 +01:00
parent a5ef8a5409
commit 56f21a2611

View file

@ -152,7 +152,7 @@ class ContributionScores extends IncludableSpecialPage {
$dbr->freeResult( $res );
if ( !empty( $title ) )
if ( !empty( $title ) ) {
$output = Html::rawElement( 'table',
array(
'style' => 'border-spacing: 0; padding: 0',
@ -168,6 +168,7 @@ class ContributionScores extends IncludableSpecialPage {
"<td style='padding: 0px;'>{$output}</td>\n" .
"</tr>\n"
);
}
return $output;
}