Completed
Push — ext-json ( b0e69c...fae187 )
by Karsten
10:04 queued 01:36
created
src/PropertyAnnotators/UserGroupPropertyAnnotator.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 SMWDIBlob as DIBlob;
9 8
 use SESP\PropertyAnnotator;
10 9
 use SESP\AppFactory;
Please login to merge, or discard this patch.
src/PropertyAnnotators/UserRightPropertyAnnotator.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 SMWDIBlob as DIBlob;
9 8
 use SESP\PropertyAnnotator;
10 9
 use SESP\AppFactory;
Please login to merge, or discard this patch.
src/PropertyRegistry.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace SESP;
4 4
 
5 5
 use SMW\PropertyRegistry as Registry;
6
-use SMW\DataTypeRegistry;
7
-use SMW\DIProperty;
8
-use SMWDataItem as DataItem;
9 6
 
10 7
 /**
11 8
  * @ingroup SESP
Please login to merge, or discard this patch.