Completed
Push — master ( f08df2...02a2e4 )
by mw
241:19 queued 214:53
created
includes/specials/SMW_SpecialBrowse.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -264,6 +264,7 @@  discard block
 block discarded – undo
264 264
 	 * @param[in] $property SMWPropertyValue  The property this value is linked to the subject with
265 265
 	 * @param[in] $value SMWDataValue  The actual value
266 266
 	 * @param[in] $incoming bool  If this is an incoming or outgoing link
267
+	 * @param boolean $incoming
267 268
 	 *
268 269
 	 * @return string  HTML with the link to the article, browse, and search pages
269 270
 	 */
@@ -337,6 +338,7 @@  discard block
 block discarded – undo
337 338
 	 * Creates the HTML for the bottom bar including the links with further navigation options.
338 339
 	 *
339 340
 	 * @param[in] $more bool  Are there more inproperties to be displayed?
341
+	 * @param boolean $more
340 342
 	 * @return string  HTMl with the bottom bar
341 343
 	 */
342 344
 	private function displayBottom( $more ) {
@@ -366,6 +368,9 @@  discard block
 block discarded – undo
366 368
 	 * @param[in] $out bool  Should the linked to page include outgoing properties?
367 369
 	 * @param[in] $in bool  Should the linked to page include incoming properties?
368 370
 	 * @param[in] $offset int  What is the offset for the incoming properties?
371
+	 * @param boolean $out
372
+	 * @param boolean $in
373
+	 * @param integer $offset
369 374
 	 *
370 375
 	 * @return string  HTML with the link to this page
371 376
 	 */
Please login to merge, or discard this patch.