From bff6889af16bf441fdd1babf6420dab3fd00b84f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Mon, 4 Jan 2016 11:34:10 +0100 Subject: [PATCH] Add missing double colons to Class:static Change-Id: If31932cddafd9ae0a35cdbc7d337f719acce3ded --- includes/api/ApiQueryRecentChanges.php | 2 +- includes/filerepo/ForeignAPIRepo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1