Reedy has uploaded a new change for review.

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

Change subject: Fix stdClass typo in namespaceDupes.php
......................................................................

Fix stdClass typo in namespaceDupes.php

Change-Id: I129c0d0ad5770d3d9bcdbc1881757f3c13f37c35
---
M maintenance/namespaceDupes.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/45/186545/1

diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php
index cbc389b..155cc1b 100644
--- a/maintenance/namespaceDupes.php
+++ b/maintenance/namespaceDupes.php
@@ -275,7 +275,7 @@
        /**
         * Resolve any conflicts
         *
-        * @param stClass $row Row from the page table to fix
+        * @param stdClass $row Row from the page table to fix
         * @param bool $resolvable
         * @param string $suffix Suffix to append to the fixed page
         * @return bool

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I129c0d0ad5770d3d9bcdbc1881757f3c13f37c35
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

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

Reply via email to