Completed
Pull Request — 1.x (#76)
by
unknown
04:27 queued 02:38
created
src/Annotator/ExifDataAnnotator.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -3,22 +3,16 @@
 block discarded – undo
3 3
 namespace SESP\Annotator;
4 4
 
5 5
 use SESP\PropertyRegistry;
6
-
7 6
 use SMW\SemanticData;
8 7
 use SMW\DIProperty;
9 8
 use SMW\Subobject;
10
-
11 9
 use SMWDataItem as DataItem;
12 10
 use SMWDITime as DITime;
13 11
 use SMWDIBlob as DIBlob;
14 12
 use SMWDINumber as DINumber;
15
-
16 13
 use FormatMetadata;
17
-use Title;
18 14
 use File;
19 15
 
20
-use RuntimeException;
21
-
22 16
 /**
23 17
  * @ingroup SESP
24 18
  *
Please login to merge, or discard this patch.
src/Annotator/ExtraPropertyAnnotator.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,18 +4,13 @@
 block discarded – undo
4 4
 
5 5
 use SESP\PropertyRegistry;
6 6
 use SESP\AppFactory;
7
-
8 7
 use SMW\SemanticData;
9 8
 use SMW\DIProperty;
10 9
 use SMW\DIWikiPage;
11
-use SMW\Store;
12
-
13 10
 use SMWDataItem as DataItem;
14 11
 use SMWDIBlob as DIBlob;
15
-use SMWDIBoolean as DIBoolean;
16 12
 use SMWDITime as DITime;
17 13
 use SMWDINumber as DINumber;
18
-
19 14
 use WikiPage;
20 15
 use User;
21 16
 use RuntimeException;
Please login to merge, or discard this patch.
src/Annotator/ShortUrlAnnotator.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\Annotator;
4 4
 
5 5
 use SESP\PropertyRegistry;
6
-
7 6
 use SMW\SemanticData;
8 7
 use SMW\DIProperty;
9
-
10 8
 use SMWDIUri as DIUri;
11
-
12 9
 use Title;
13 10
 use SpecialPage;
14 11
 use RuntimeException;
Please login to merge, or discard this patch.
src/PropertyRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use SESP\Definition\DefinitionReader;
6 6
 use SESP\Cache\MessageCache;
7
-
8 7
 use SMW\DataTypeRegistry;
9 8
 use SMW\DIProperty;
10
-use SMWDataItem as DataItem;
11 9
 
12 10
 /**
13 11
  * @ingroup SESP
Please login to merge, or discard this patch.