Completed
Push — master ( 1f81f2...f9a93d )
by
unknown
07:51
created
src/Cache/ElementsCacheBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,17 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use SG\Cache\GlossaryCache;
6 6
 use SG\PropertyRegistry;
7
-
8 7
 use SMW\Store;
9 8
 use SMW\DIProperty;
10
-
11 9
 use SMWStringValue as StringValue;
12 10
 use SMWPrintRequest as PrintRequest;
13 11
 use SMWPropertyValue as PropertyValue;
14 12
 use SMWThingDescription as ThingDescription;
15 13
 use SMWSomeProperty as SomeProperty;
16 14
 use SMWQuery as Query;
17
-
18 15
 use LingoElement;
19 16
 
20 17
 /**
Please login to merge, or discard this patch.
src/Cache/GlossaryCache.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 SG\Cache;
4 4
 
5 5
 use SMW\DIWikiPage;
6
-
7 6
 use ObjectCache;
8 7
 use BagOStuff;
9 8
 
Please login to merge, or discard this patch.
tests/phpunit/Unit/Cache/CacheInvalidatorTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,13 +5,11 @@
 block discarded – undo
5 5
 use SG\PropertyRegistry;
6 6
 use SG\Cache\CacheInvalidator;
7 7
 use SG\Cache\GlossaryCache;
8
-
9 8
 use SMW\Subobject;
10 9
 use SMW\SemanticData;
11 10
 use SMW\DIWikiPage;
12 11
 use SMW\DIProperty;
13 12
 use SMWDIBlob as DIBlob;
14
-
15 13
 use HashBagOStuff;
16 14
 use Title;
17 15
 
Please login to merge, or discard this patch.
src/Cache/CacheInvalidator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,17 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use SG\Cache\GlossaryCache;
6 6
 use SG\PropertyRegistry;
7
-
8 7
 use SMW\Store;
9 8
 use SMW\DIProperty;
10
-
11 9
 use SMWStringValue as StringValue;
12 10
 use SMWPrintRequest as PrintRequest;
13 11
 use SMWPropertyValue as PropertyValue;
14 12
 use SMWThingDescription as ThingDescription;
15 13
 use SMWSomeProperty as SomeProperty;
16 14
 use SMWQuery as Query;
17
-
18 15
 use LingoElement;
19 16
 
20 17
 /**
Please login to merge, or discard this patch.
src/Maintenance/GlossaryCacheRebuilder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,13 +5,11 @@
 block discarded – undo
5 5
 use SG\PropertyRegistry;
6 6
 use SG\Cache\CacheInvalidator;
7 7
 use SG\Cache\GlossaryCache;
8
-
9 8
 use SMW\Subobject;
10 9
 use SMW\SemanticData;
11 10
 use SMW\DIWikiPage;
12 11
 use SMW\DIProperty;
13 12
 use SMWDIBlob as DIBlob;
14
-
15 13
 use HashBagOStuff;
16 14
 use Title;
17 15
 
Please login to merge, or discard this patch.