X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FInfoAction.php;h=c5cd89f14baaf852dcebf5aa6048c9d1f784b9ae;hb=616913584de2272c56684d41afa18c65fe8d8dc4;hp=68dda37b6d6a569afaa8fe1e0fcbe6011bddc382;hpb=24ebca2251f94a20acee53e583d65aa7fac2c15d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/InfoAction.php b/includes/actions/InfoAction.php index 68dda37b6d..c5cd89f14b 100644 --- a/includes/actions/InfoAction.php +++ b/includes/actions/InfoAction.php @@ -153,6 +153,7 @@ class InfoAction extends FormlessAction { * Creates a header that can be added to the output. * * @param string $header The header text. + * @param string $canonicalId * @return string The HTML. */ protected function makeHeader( $header, $canonicalId ) { @@ -848,7 +849,7 @@ class InfoAction extends FormlessAction { $linkRenderer = MediaWikiServices::getInstance()->getLinkRenderer(); # Sift for real versus user names - /** @var $user User */ + /** @var User $user */ foreach ( $contributors as $user ) { $page = $user->isAnon() ? SpecialPage::getTitleFor( 'Contributions', $user->getName() )