Completed
Push — master ( ae7926...01a45e )
by Karsten
09:28
created
src/PropertyAnnotators/ExifPropertyAnnotator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use SMWDINumber as DINumber;
15 15
 use SMWDIBlob as DIBlob;
16 16
 use FormatMetadata;
17
-use RuntimeException;
18 17
 
19 18
 /**
20 19
  * @private
Please login to merge, or discard this patch.
src/PropertyAnnotators/LocalPropertyAnnotator.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 SESP\PropertyAnnotators;
4 4
 
5 5
 use SMW\DIProperty;
6
-use SMW\DIWikiPage;
7 6
 use SMW\SemanticData;
8 7
 use SMWDataItem as DataItem;
9 8
 use SESP\PropertyAnnotator;
Please login to merge, or discard this patch.
src/PropertyAnnotators/PageContributorsPropertyAnnotator.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\DIProperty;
6 6
 use SMW\DIWikiPage;
7 7
 use SMW\SemanticData;
8
-use SMWDataItem as DataItem;
9
-use SMWDINumber as DINumber;
10 8
 use SESP\PropertyAnnotator;
11 9
 use SESP\AppFactory;
12 10
 
Please login to merge, or discard this patch.
src/PropertyAnnotators/PageViewsPropertyAnnotator.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 SMW\DIProperty;
6 6
 use SMW\SemanticData;
7
-use SMWDataItem as DataItem;
8 7
 use SMWDINumber as DINumber;
9 8
 use SESP\PropertyAnnotator;
10 9
 use SESP\AppFactory;
Please login to merge, or discard this patch.
src/PropertyAnnotators/DispatchingPropertyAnnotator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace SESP\PropertyAnnotators;
4 4
 
5 5
 use SMW\DIProperty;
6
-use SMW\DIWikiPage;
7 6
 use SMW\SemanticData;
8
-use SMWDataItem as DataItem;
9 7
 use SESP\PropertyAnnotator;
10 8
 use SESP\AppFactory;
11
-use Closure;
12 9
 
13 10
 /**
14 11
  * @private
Please login to merge, or discard this patch.
src/AppFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Psr\Log\LoggerInterface;
7 7
 use Psr\Log\LoggerAwareInterface;
8 8
 use Onoi\Cache\Cache;
9
-use Onoi\Cache\NullCache;
10 9
 use Title;
11 10
 use WikiPage;
12 11
 use User;
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
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SMWDIString as DIString;
8 8
 use SESP\PropertyAnnotator;
9 9
 use SESP\AppFactory;
10
-use LogReader;
11 10
 
12 11
 /**
13 12
  * @private
Please login to merge, or discard this patch.
src/PropertyAnnotators/ApprovedByPropertyAnnotator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SESP\AppFactory;
6 6
 use SESP\PropertyAnnotator;
7
-use SESP\DatabaseLogReader;
8 7
 use SMW\DIWikiPage;
9
-use SMWDataItem as DataItem;
10 8
 use SMW\DIProperty;
11 9
 use SMW\SemanticData;
12 10
 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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\DIProperty;
6 6
 use SMW\SemanticData;
7
-use SMWDataItem as DataItem;
8 7
 use SMWDITime as DITime;
9 8
 use SESP\PropertyAnnotator;
10 9
 use SESP\AppFactory;
Please login to merge, or discard this patch.