Completed
Push — master ( 12d784...0b1bc4 )
by
unknown
03:16
created
src/InterlanguageLink.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use SMW\DataValueFactory;
6 6
 use SMW\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-
9 8
 use SMWDIBlob as DIBlob;
10
-
11 9
 use Title;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
src/InterlanguageLinkParserFunction.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 SIL;
4 4
 
5
-use Onoi\Cache\CacheFactory;
6 5
 use Title;
7 6
 use Language;
8 7
 
Please login to merge, or discard this patch.
src/Search/MappedSearchResultSet.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 SearchResult;
6 6
 use SearchResultSet;
7
-
8 7
 use Title;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Search/SearchResultModifier.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 SIL\Search;
4 4
 
5 5
 use Html;
6
-use LanguageNames;
7 6
 use Language;
8 7
 use XmlSelect;
9 8
 use Xml;
Please login to merge, or discard this patch.
src/PageContentLanguageOnTheFlyModifier.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,6 @@
 block discarded – undo
3 3
 namespace SIL;
4 4
 
5 5
 use Onoi\Cache\Cache;
6
-use SMW\Store;
7
-use SMW\DIWikiPage;
8
-use SMW\DIProperty;
9
-
10 6
 use Title;
11 7
 
12 8
 /**
Please login to merge, or discard this patch.
src/InterlanguageLinksLookup.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use SMW\DIWikiPage;
11 11
 use SMW\DIProperty;
12 12
 use SMWPrintRequest as PrintRequest;
13
-use SMWPropertyValue as PropertyValue;
14 13
 use SMWQuery as Query;
15 14
 use SMWDIBlob as DIBlob;
16 15
 use Title;
Please login to merge, or discard this patch.
src/InterwikiLanguageLink.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use SMW\DataValueFactory;
6 6
 use SMW\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-
9 8
 use SMWDIBlob as DIBlob;
10
-
11 9
 use Title;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/PropertyRegistryTest.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 SIL\PropertyRegistry;
6 6
 use SMW\PropertyRegistry as SemanticMediaWikiPropertyRegistry;
7
-use SMW\DIProperty;
8 7
 
9 8
 /**
10 9
  * @covers \SIL\PropertyRegistry
Please login to merge, or discard this patch.