Aude has uploaded a new change for review.
https://gerrit.wikimedia.org/r/154790
Change subject: Rename variable in RequestContext, $t => $title
......................................................................
Rename variable in RequestContext, $t => $title
Change-Id: Id416816f1c291fea9b7b97b41290b5078936705b
---
M includes/context/RequestContext.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/90/154790/1
diff --git a/includes/context/RequestContext.php
b/includes/context/RequestContext.php
index 00733d8..9c8a781 100644
--- a/includes/context/RequestContext.php
+++ b/includes/context/RequestContext.php
@@ -123,10 +123,10 @@
/**
* Set the Title object
*
- * @param Title $t
+ * @param Title $title
*/
- public function setTitle( Title $t ) {
- $this->title = $t;
+ public function setTitle( Title $title ) {
+ $this->title = $title;
// Erase the WikiPage so a new one with the new title gets
created.
$this->wikipage = null;
}
--
To view, visit https://gerrit.wikimedia.org/r/154790
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id416816f1c291fea9b7b97b41290b5078936705b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits