Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148961

Change subject: Each line in a doc block should start with *
......................................................................

Each line in a doc block should start with *

Added missing * to some doc blocks

Change-Id: I0709f2e94b053437fa0f06bb67ae7ae4c248a618
---
M includes/Block.php
M languages/messages/MessagesEn.php
M tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php
M tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php
4 files changed, 8 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/61/148961/1

diff --git a/includes/Block.php b/includes/Block.php
index aaabec9..ac7450b 100644
--- a/includes/Block.php
+++ b/includes/Block.php
@@ -1104,7 +1104,7 @@
         *  - Other softblocks are chosen over autoblocks
         *  - If there are multiple exact or range blocks at the same level, 
the one chosen
         *    is random
-
+        *
         * @param array $ipChain List of IPs (strings). This is used to 
determine how "close"
         *        a block is to the server, and if a block matches exactly, or 
is in a range.
         *        The order is furthest from the server to nearest e.g., 
(Browser, proxy1, proxy2,
diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 9bacac2..ccdd310 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -103,9 +103,11 @@
  * Array of gender specific. namespace aliases.
  * Mapping NS_xxx to array of GENDERKEY to alias.
  * Example:
-$namespaceGenderAliases = array(
-       NS_USER => array( 'male' => 'Male_user', 'female' => 'Female_user' ),
-);
+ * @code
+ * $namespaceGenderAliases = array(
+ *     NS_USER => array( 'male' => 'Male_user', 'female' => 'Female_user' ),
+ * );
+ * @endcode
  */
 $namespaceGenderAliases = array();
 
diff --git a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php 
b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php
index 041adb8..166d641 100644
--- a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php
+++ b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php
@@ -97,7 +97,7 @@
                         *  az-Arab-x-AZE-derbend
                         * AZE being private, it should be lower case, hence 
the test above
                         * should probably be:
-                       #array( 'az-arab-x-aze-derbend', 
'az-Arab-x-AZE-derbend' ),
+                        *  array( 'az-arab-x-aze-derbend', 
'az-Arab-x-AZE-derbend' ),
                         */
 
                        # Private use registry values:
diff --git a/tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php 
b/tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php
index f1425ef..b13df89 100644
--- a/tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php
+++ b/tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php
@@ -9,7 +9,7 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.
-
+ *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

-- 
To view, visit https://gerrit.wikimedia.org/r/148961
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0709f2e94b053437fa0f06bb67ae7ae4c248a618
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to