Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
includes/dataitems/DIConcept.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW;
4 4
 
5 5
 use SMWDataItem;
6
-use SMWDataItemException;
7 6
 
8 7
 /**
9 8
  * This class implements Concept data items.
Please login to merge, or discard this patch.
includes/parserhooks/SubobjectParserFunction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW;
4 4
 
5
-use Parser;
6
-
7 5
 /**
8 6
  * Provides the {{#subobject}} parser function
9 7
  *
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_SQLStore3_Readers.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use SMW\DataTypeRegistry;
4 4
 use SMW\DIWikiPage;
5 5
 use SMW\SQLStore\TableDefinition;
6
-use SMWDataItem as DataItem;
7 6
 
8 7
 /**
9 8
  * Class to provide all basic read methods for SMWSQLStore3.
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SMW\MediaWiki\Jobs\UpdateJob;
4
-use SMW\MediaWiki\Jobs\JobBase;
5
-
6 3
 use Onoi\MessageReporter\MessageReporter;
7 4
 
8 5
 /**
Please login to merge, or discard this patch.
src/Deserializers/ExpDataDeserializer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace SMW\Deserializers;
4 4
 
5 5
 use Deserializers\Deserializer;
6
-use SMW\Serializers\ExpDataSerializer;
7 6
 use SMW\Exporter\Element\ExpElement;
8 7
 use SMWExpData as ExpData;
9 8
 use OutOfBoundsException;
10
-use RuntimeException;
11 9
 
12 10
 /**
13 11
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/EventListenerRegistry.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW;
4 4
 
5 5
 use Onoi\EventDispatcher\EventListenerCollection;
6
-use Onoi\EventDispatcher\EventDispatcherFactory;
7 6
 use SMWExporter as Exporter;
8 7
 use SMW\Query\QueryComparator;
9 8
 
Please login to merge, or discard this patch.
src/Exporter/DataItemToElementEncoder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Exporter;
4 4
 
5 5
 use SMW\Exporter\Element\ExpResource;
6
-use SMW\Exporter\Element\ExpNsResource;
7
-use SMW\Exporter\Element\ExpElement;
8 6
 use SMW\Exporter\Element\ExpLiteral;
9 7
 use SMW\Exporter\Element;
10 8
 use SMWExporter as Exporter;
Please login to merge, or discard this patch.
src/Exporter/DataItemToExpResourceEncoder.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,13 +10,9 @@
 block discarded – undo
10 10
 use SMW\DIProperty;
11 11
 use SMW\Store;
12 12
 use SMW\DataValueFactory;
13
-use SMW\ApplicationFactory;
14
-use Onoi\Cache\Cache;
15
-
16 13
 use SMWExporter as Exporter;
17 14
 use SMWDataItem as DataItem;
18 15
 use RuntimeException;
19
-use Title;
20 16
 
21 17
 /**
22 18
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/Factbox/Factbox.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use SMW\MediaWiki\HtmlTableRenderer;
12 12
 use SMW\MediaWiki\MessageBuilder;
13 13
 use SMW\ParserData;
14
-use SMW\Profiler;
15 14
 use SMW\SemanticData;
16 15
 use SMW\Store;
17 16
 use SMWInfolink;
Please login to merge, or discard this patch.