Add missing double colons to Class:static
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Mon, 4 Jan 2016 10:34:10 +0000 (11:34 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Mon, 4 Jan 2016 10:34:10 +0000 (11:34 +0100)
Change-Id: If31932cddafd9ae0a35cdbc7d337f719acce3ded

includes/api/ApiQueryRecentChanges.php
includes/filerepo/ForeignAPIRepo.php

index c99d87c..5426fb8 100644 (file)
@@ -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() ) {
index f898bb6..debdeb5 100644 (file)
@@ -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