Remove un-necessary stdClass use
authorMark A. Hershberger <mah@everybody.org>
Fri, 16 Dec 2016 03:36:39 +0000 (22:36 -0500)
committerMark A. Hershberger <mah@everybody.org>
Fri, 16 Dec 2016 03:36:39 +0000 (22:36 -0500)
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

index dc88cbe..1cb6549 100644 (file)
@@ -22,8 +22,6 @@
  * @author Brian Wolff
  */
 
-use stdClass;
-
 /**
  * @ingroup SpecialPage
  */