Remove @private/@public/@void where visibility already set
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 4 Jul 2014 20:41:05 +0000 (22:41 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 4 Jul 2014 20:41:05 +0000 (22:41 +0200)
When private is set php side on the function, no need to have it in the
param docs.

Change-Id: Ieaeac99c131b7360b1f324244d8be6f9ff854dd2

includes/SkinTemplate.php
includes/Title.php
includes/db/DatabaseMssql.php
includes/media/FormatMetadata.php

index f9799a5..5f827e8 100644 (file)
@@ -112,7 +112,6 @@ class SkinTemplate extends Skin {
         * Generates array of language links for the current page
         *
         * @return array
-        * @public
         */
        public function getLanguages() {
                global $wgHideInterlanguageLinks;
index 22511b0..b8b0e30 100644 (file)
@@ -1371,7 +1371,6 @@ class Title {
         *
         * @param string $name The text
         * @return string The prefixed text
-        * @private
         */
        private function prefix( $name ) {
                $p = '';
index 1d05bf6..a03dd75 100644 (file)
@@ -1295,9 +1295,6 @@ class DatabaseMssql extends DatabaseBase {
                        : array();
        }
 
-       /**
-        * @void
-        */
        private function populateColumnCaches() {
                $res = $this->select( 'INFORMATION_SCHEMA.COLUMNS', '*',
                        array(
index f7aa567..4200541 100644 (file)
@@ -1302,7 +1302,6 @@ class FormatMetadata extends ContextSource {
         * @param int $a Numerator
         * @param int $b Denominator
         * @return int
-        * @private
         */
        private function gcd( $a, $b ) {
                /*