aboutsummaryrefslogtreecommitdiffstats
path: root/includes/compat
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2019-04-14 14:48:08 +0100
committerReedy <reedy@wikimedia.org>2019-04-14 14:48:08 +0100
commitdad735ed09bb4cd686c9ef97b6238bae1876c043 (patch)
tree6c0ca97beca2c8e52e4c749477717c0bb9860a78 /includes/compat
parentb8ec4a8ff8fe917fd69ecfa6d2a07e031848e197 (diff)
downloadmediawikicore-dad735ed09bb4cd686c9ef97b6238bae1876c043.tar.gz
mediawikicore-dad735ed09bb4cd686c9ef97b6238bae1876c043.zip
Remove ObjectFactory
Change-Id: Ibfdb55101c893a6724e1f999eba85f2f8eabb79b
Diffstat (limited to 'includes/compat')
-rw-r--r--includes/compat/ObjectFactory.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/includes/compat/ObjectFactory.php b/includes/compat/ObjectFactory.php
deleted file mode 100644
index 76462380184d..000000000000
--- a/includes/compat/ObjectFactory.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @file
- */
-
-/**
- * Construct objects from configuration instructions.
- *
- * @deprecated since 1.31, use \Wikimedia\ObjectFactory instead
- */
-class ObjectFactory extends \Wikimedia\ObjectFactory {
-}