Completed
Push — move ( 875a6f )
by Jeroen De
04:17
created
src/SemanticMW/ResultPrinters/QueryHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
 	}
235 235
 
236 236
 	/**
237
-	 * @return array
237
+	 * @return \Maps\Element[]
238 238
 	 */
239 239
 	public function getShapes() {
240 240
 		$this->findShapes();
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
 	/**
470 470
 	 * Get the icon for a row.
471 471
 	 *
472
-	 * @param array $row
472
+	 * @param SMWResultArray[] $row
473 473
 	 *
474 474
 	 * @return string
475 475
 	 */
Please login to merge, or discard this patch.