Fix stdClass typo in namespaceDupes.php
authorSam Reed <reedy@wikimedia.org>
Sat, 24 Jan 2015 00:37:53 +0000 (00:37 +0000)
committerSam Reed <reedy@wikimedia.org>
Sat, 24 Jan 2015 00:37:53 +0000 (00:37 +0000)
Change-Id: I129c0d0ad5770d3d9bcdbc1881757f3c13f37c35

maintenance/namespaceDupes.php

index cbc389b..155cc1b 100644 (file)
@@ -275,7 +275,7 @@ class NamespaceConflictChecker extends Maintenance {
        /**
         * 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