Fix @param values on private functions
authorFomafix <fomafix@googlemail.com>
Mon, 14 Jan 2019 06:01:19 +0000 (07:01 +0100)
committerFomafix <fomafix@googlemail.com>
Mon, 14 Jan 2019 16:53:34 +0000 (17:53 +0100)
Change-Id: Id7442d5fc557227b3973f5008a3bc1390c528737

includes/page/ImagePage.php
includes/specials/SpecialLog.php

index cbc5966..ae32f84 100644 (file)
@@ -1091,8 +1091,8 @@ EOT
        }
 
        /**
-        * @param $lang string
-        * @param $selected bool
+        * @param string $lang
+        * @param bool $selected
         * @return string
         */
        private function createXmlOptionStringForLanguage( $lang, $selected ) {
index 9931614..594626f 100644 (file)
@@ -179,7 +179,7 @@ class SpecialLog extends SpecialPage {
         * - Otherwise, assume the whole subpage is a username.
         *
         * @param FormOptions $opts
-        * @param $par
+        * @param string $par
         * @throws ConfigException
         */
        private function parseParams( FormOptions $opts, $par ) {