Completed
Push — master ( 21ccfa...6f5178 )
by Mark A.
08:49
created
src/PropertyAnnotators/ApprovedByPropertyAnnotator.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 ApprovedRevs;
6 6
 use SESP\AppFactory;
7 7
 use SESP\PropertyAnnotator;
8
-use SESP\DatabaseLogReader;
9 8
 use SMW\DIWikiPage;
10
-use SMWDataItem as DataItem;
11 9
 use SMW\DIProperty;
12 10
 use SMW\SemanticData;
13 11
 use Title;
Please login to merge, or discard this patch.
src/PropertyAnnotators/ApprovedDatePropertyAnnotator.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 ApprovedRevs;
6 6
 use SMW\DIProperty;
7 7
 use SMW\SemanticData;
8
-use SMWDataItem as DataItem;
9 8
 use SMWDITime as DITime;
10 9
 use SESP\PropertyAnnotator;
11 10
 use SESP\AppFactory;
Please login to merge, or discard this patch.
src/PropertyAnnotators/ApprovedStatusPropertyAnnotator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use SMWDIString as DIString;
9 9
 use SESP\PropertyAnnotator;
10 10
 use SESP\AppFactory;
11
-use LogReader;
12 11
 use Title;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
src/PropertyAnnotators/NamespacePropertyAnnotator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,9 @@
 block discarded – undo
5 5
 use MediaWiki\MediaWikiServices;
6 6
 use SESP\AppFactory;
7 7
 use SESP\PropertyAnnotator;
8
-use SESP\DatabaseLogReader;
9
-use SMWDataItem as DataItem;
10 8
 use SMWDIString as DIString;
11 9
 use SMW\DIProperty;
12 10
 use SMW\SemanticData;
13
-use Title;
14 11
 use User;
15 12
 
16 13
 /**
Please login to merge, or discard this patch.