Completed
Pull Request — master (#154)
by GIT
05:36
created
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 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -99,6 +99,10 @@
 block discarded – undo
99 99
 		}
100 100
 	}
101 101
 
102
+	/**
103
+	 * @param Registry $propertyRegistry
104
+	 * @param PropertyDefinitions $propertyDefinitions
105
+	 */
102 106
 	private function addPropertyDefinition( $propertyRegistry, $propertyDefinitions, $definition, $aliases ) {
103 107
 
104 108
 		$visible = isset( $definition['show'] ) ? $definition['show'] : false;
Please login to merge, or discard this 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.
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.