Completed
Push — master ( 6ae26a...b9dae1 )
by Jeroen De
7s
created
SCQ_QueryProcessor.php 1 patch
Doc Comments   +7 added lines, -4 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 	 * 
124 124
 	 * @param string $param
125 125
 	 * 
126
-	 * @return array
126
+	 * @return string[]
127 127
 	 */
128 128
 	protected static function getSubParams( $param ) {
129 129
 		$sub_params = array();
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
 	 * Combine two arrays of SMWWikiPageValue objects into one
172 172
 	 * 
173 173
 	 * @param array $result1
174
-	 * @param array $result2
174
+	 * @param SMWDIWikiPage[] $result2
175 175
 	 * 
176 176
 	 * @return array
177 177
 	 */
@@ -195,6 +195,9 @@  discard block
 block discarded – undo
195 195
 		return $result1;
196 196
 	}
197 197
 
198
+	/**
199
+	 * @param SMW\Query\PrintRequest[] $printRequests2
200
+	 */
198 201
 	protected static function mergeSMWPrintRequests( $printRequests1, $printRequests2 ) {
199 202
 		$existingPrintoutLabels = array();
200 203
 		foreach ( $printRequests1 as $p1 ) {
@@ -211,7 +214,7 @@  discard block
 block discarded – undo
211 214
 	}
212 215
 
213 216
 	/**
214
-	 * @param $querystring
217
+	 * @param string $querystring
215 218
 	 * @param array $params
216 219
 	 * @param $extraPrintouts
217 220
 	 * @param $outputMode
@@ -256,7 +259,7 @@  discard block
 block discarded – undo
256 259
 	 * 
257 260
 	 * @param SCQQueryResult $res
258 261
 	 * @param array $params These need to be the result of a list fed to getProcessedParams as of SMW 1.6.2
259
-	 * @param $outputmode
262
+	 * @param integer $outputmode
260 263
 	 * @param $context
261 264
 	 * @param string $format
262 265
 	 * 
Please login to merge, or discard this patch.