From 4d1114eb2039c3c21b5edf813c542864ed2bca20 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 15 Dec 2016 22:36:39 -0500 Subject: [PATCH] Remove un-necessary stdClass use And it causes the following warning when you visit the list of special pages: The use statement with non-compound name 'stdClass' has no effect Change-Id: I3698dab32a572e8c39788ddfc0ae2b3312a2e94e --- includes/specials/SpecialMediaStatistics.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/specials/SpecialMediaStatistics.php b/includes/specials/SpecialMediaStatistics.php index dc88cbea2a..1cb6549696 100644 --- a/includes/specials/SpecialMediaStatistics.php +++ b/includes/specials/SpecialMediaStatistics.php @@ -22,8 +22,6 @@ * @author Brian Wolff */ -use stdClass; - /** * @ingroup SpecialPage */ -- 2.20.1