From 45eadb105299ac62030335c8307fa493830bad32 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 24 Jan 2015 00:37:53 +0000 Subject: [PATCH] Fix stdClass typo in namespaceDupes.php Change-Id: I129c0d0ad5770d3d9bcdbc1881757f3c13f37c35 --- maintenance/namespaceDupes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php index cbc389be62..155cc1b3d4 100644 --- a/maintenance/namespaceDupes.php +++ b/maintenance/namespaceDupes.php @@ -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 -- 2.20.1