r76686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76685‎ | r76686 | r76687 >
Date:15:49, 15 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Add a few bits of parameter documentation
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage_body.php (modified) (history)
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -22,7 +22,11 @@
2323 $this->dupes = null;
2424 $this->repo = null;
2525 }
26 -
 26+
 27+ /**
 28+ * @param $file File:
 29+ * @return void
 30+ */
2731 public function setFile( $file ) {
2832 $this->displayImg = $file;
2933 $this->img = $file;
Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
@@ -513,6 +513,11 @@
514514 }
515515 }
516516
 517+ /**
 518+ * @param $imgpage ImagePage:
 519+ * @param $out OutputPage:
 520+ * @return bool
 521+ */
517522 function imageMessage( &$imgpage, &$out ) {
518523 global $wgUser;
519524 $index_namespace = $this->index_namespace;

Status & tagging log