From: Mark A. Hershberger Date: Fri, 16 Dec 2016 03:36:39 +0000 (-0500) Subject: Remove un-necessary stdClass use X-Git-Tag: 1.31.0-rc.0~4560^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=4d1114eb2039c3c21b5edf813c542864ed2bca20;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 */