Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
src/DataItemFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 use SMWDIError as DIError;
10 10
 use SMWDINumber as DINumber;
11 11
 use SMWDIUri as DIUri;
12
-use SMWDITime  as DITime;
12
+use SMWDITime as DITime;
13 13
 
14 14
 /**
15 15
  * @private
Please login to merge, or discard this patch.
DVDescriptionDeserializer/SomeValueDescriptionDeserializer.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\Deserializers\DVDescriptionDeserializer;
4 4
 
5 5
 use InvalidArgumentException;
6
-use SMW\Query\Language\ThingDescription;
7 6
 use SMW\Query\Language\ValueDescription;
8 7
 use SMWDataValue as DataValue;
9 8
 use SMW\DIWikiPage;
Please login to merge, or discard this patch.
src/SPARQLStore/RepositoryConnectors/FourstoreHttpRepositoryConnector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\SPARQLStore\Exception\BadHttpDatabaseResponseException;
6 6
 use SMW\SPARQLStore\QueryEngine\RepositoryResult;
7 7
 use SMW\SPARQLStore\QueryEngine\XmlResponseParser;
8
-use SMWSparqlResultParser as SparqlResultParser;
9 8
 use SMWTurtleSerializer as TurtleSerializer;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Query/DescriptionFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Query;
4 4
 
5
-use SMW\DataValues\MonolingualTextValue;
6 5
 use SMW\DIProperty;
7 6
 use SMW\DIWikiPage;
8 7
 use SMW\Query\Language\ClassDescription;
Please login to merge, or discard this patch.
src/PropertyAnnotators/MandatoryTypePropertyAnnotator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use SMW\DataTypeRegistry;
6 6
 use SMW\DataValueFactory;
7 7
 use SMW\DIProperty;
8
-use SMW\PropertyAnnotator;
9
-use SMW\Store;
10 8
 
11 9
 /**
12 10
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/Exporter/ResourceBuilders/PropertyDescriptionValueResourceBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Exporter\ResourceBuilders;
4 4
 
5
-use SMW\Exporter\ResourceBuilder;
6 5
 use SMW\DIProperty;
7 6
 use SMWExporter as Exporter;
8 7
 use SMW\DataValueFactory;
Please login to merge, or discard this patch.
src/DataValues/MonolingualTextValue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SMW\DIProperty;
10 10
 use SMW\DIWikiPage;
11 11
 use SMW\Localizer;
12
-use SMW\StringCondition;
13 12
 use SMWContainerSemanticData as ContainerSemanticData;
14 13
 use SMWDataItem as DataItem;
15 14
 use SMWDataValue as DataValue;
Please login to merge, or discard this patch.
src/Exporter/ResourceBuilders/PreferredPropertyLabelResourceBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Exporter\ResourceBuilders;
4 4
 
5
-use SMW\Exporter\ResourceBuilder;
6 5
 use SMW\DIProperty;
7 6
 use SMWExporter as Exporter;
8 7
 use SMW\DataValueFactory;
Please login to merge, or discard this patch.
src/MediaWiki/Hooks/HookRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Hooks;
6 6
 use Onoi\HttpRequest\HttpRequestFactory;
7
-use Parser;
8 7
 use ParserHooks\HookRegistrant;
9 8
 use SMW\ApplicationFactory;
10 9
 use SMW\DeferredRequestDispatchManager;
11
-use SMW\NamespaceManager;
12 10
 use SMW\SQLStore\QueryEngine\FulltextSearchTableFactory;
13 11
 use SMW\ParserFunctions\DocumentationParserFunction;
14 12
 use SMW\ParserFunctions\InfoParserFunction;
Please login to merge, or discard this patch.