Addshore has uploaded a new change for review.

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

Change subject: Factor our tokenIsNamespaced method
......................................................................

Factor our tokenIsNamespaced method

This makes what this sniff is doing far clearer

Change-Id: I05045cb739ae97617d5dd4d63668fa470c8bf45c
---
M includes/Title.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/00/286300/1

diff --git a/includes/Title.php b/includes/Title.php
index 7887890..3b6718e 100644
--- a/includes/Title.php
+++ b/includes/Title.php
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * Representation of a title within %MediaWiki.
  *
@@ -32,6 +33,7 @@
  *       and does not rely on global state or the database.
  */
 class Title implements LinkTarget {
+
        /** @var HashBagOStuff */
        static private $titleCache = null;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05045cb739ae97617d5dd4d63668fa470c8bf45c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to