From: Thiemo Mättig Date: Mon, 4 Jan 2016 10:34:10 +0000 (+0100) Subject: Add missing double colons to Class:static X-Git-Tag: 1.31.0-rc.0~8455 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=bff6889af16bf441fdd1babf6420dab3fd00b84f;p=lhc%2Fweb%2Fwiklou.git Add missing double colons to Class:static Change-Id: If31932cddafd9ae0a35cdbc7d337f719acce3ded --- diff --git a/includes/api/ApiQueryRecentChanges.php b/includes/api/ApiQueryRecentChanges.php index c99d87cb74..5426fb81fe 100644 --- a/includes/api/ApiQueryRecentChanges.php +++ b/includes/api/ApiQueryRecentChanges.php @@ -224,7 +224,7 @@ class ApiQueryRecentChanges extends ApiQueryGeneratorBase { $this->addWhereIf( 'page_is_redirect = 1', isset( $show['redirect'] ) ); if ( isset( $show['unpatrolled'] ) ) { - // See ChangesList:isUnpatrolled + // See ChangesList::isUnpatrolled if ( $user->useRCPatrol() ) { $this->addWhere( 'rc_patrolled = 0' ); } elseif ( $user->useNPPatrol() ) { diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index f898bb6aff..debdeb5c8b 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -499,7 +499,7 @@ class ForeignAPIRepo extends FileRepo { /** * Like a Http:get request, but with custom User-Agent. - * @see Http:get + * @see Http::get * @param string $url * @param string $timeout * @param array $options