Completed
Push — master ( 189c40...b8cf0d )
by mw
08:45
created
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.