Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
includes/query/SMW_QueryParser.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 
3 3
 use SMW\Query\Language\ClassDescription;
4 4
 use SMW\Query\Language\ConceptDescription;
5
-use SMW\Query\Language\Conjunction;
6 5
 use SMW\Query\Language\Description;
7
-use SMW\Query\Language\Disjunction;
8 6
 use SMW\Query\Language\NamespaceDescription;
9 7
 use SMW\Query\Language\SomeProperty;
10 8
 use SMW\Query\Language\ThingDescription;
11
-use SMW\Query\Language\ValueDescription;
12 9
 use SMW\Query\Parser\DescriptionProcessor;
13 10
 
14 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/parserhooks/SubobjectParserFunctionTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace SMW\Tests;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-
7 6
 use SMW\SubobjectParserFunction;
8 7
 use SMW\Subobject;
9 8
 use SMW\ParserParameterFormatter;
@@ -11,8 +10,6 @@  discard block
 block discarded – undo
11 10
 use SMW\ParserData;
12 11
 use SMW\DIProperty;
13 12
 use SMW\Localizer;
14
-
15
-use SMWDataItem;
16 13
 use Title;
17 14
 use ParserOutput;
18 15
 
Please login to merge, or discard this patch.
DVDescriptionDeserializer/MonolingualTextValueDescriptionDeserializer.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\QueryEngine\QueryEngine;
6 6
 use SMW\SPARQLStore\QueryEngine\EngineOptions;
7 7
 use SMW\SPARQLStore\QueryEngine\QueryResultFactory;
8
-use SMW\DIProperty;
9 8
 use SMWQuery as Query;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
MonolingualTextValueDescriptionDeserializerTest.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\QueryEngine\QueryEngine;
6 6
 use SMW\SPARQLStore\QueryEngine\EngineOptions;
7 7
 use SMW\SPARQLStore\QueryEngine\QueryResultFactory;
8
-use SMW\DIProperty;
9 8
 use SMWQuery as Query;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
includes/dataitems/SMW_DI_Property.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMWDataItem;
6 6
 use SMWDIUri;
7
-use SMWLanguage;
8 7
 use InvalidArgumentException;
9 8
 use RuntimeException;
10 9
 
Please login to merge, or discard this patch.
src/DataValueFactory.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 SMWDataItem;
6 6
 use SMWDIError;
7 7
 use SMWErrorValue as ErrorValue;
8
-use SMWPropertyValue;
9 8
 use SMWDataValue as DataValue;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/DataValues/PropertyValueTest.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\QueryEngine\QueryEngine;
6 6
 use SMW\SPARQLStore\QueryEngine\EngineOptions;
7 7
 use SMW\SPARQLStore\QueryEngine\QueryResultFactory;
8
-use SMW\DIProperty;
9 8
 use SMWQuery as Query;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/DataValues/ValueParsers/MonolingualTextValueParser.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace SMW\DataValues\ValueParsers;
4 4
 
5 5
 use SMW\DataValues\MonolingualTextValue;
6
-use SMW\DataValueFactory;
7 6
 use SMW\Localizer;
8
-use SMWDataValue as DataValue;
9 7
 
10 8
 /**
11 9
  * @private
Please login to merge, or discard this patch.
src/MediaWiki/Api/BrowseByProperty.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 ApiBase;
6 6
 use SMW\ApplicationFactory;
7 7
 use SMW\NamespaceUriFinder;
8
-use SMW\PropertySpecificationLookup;
9 8
 
10 9
 /**
11 10
  * @license GNU GPL v2+
Please login to merge, or discard this patch.