r83482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83481‎ | r83482 | r83483 >
Date:20:13, 7 March 2011
Author:reedy
Status:ok
Tags:
Comment:
More documentation
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -184,7 +184,7 @@
185185 }
186186
187187 /**
188 - * @return
 188+ * @return User
189189 */
190190 public function getWikiUser() {
191191 return $this->repo->authorWikiUser( $this->getAuthor() );
Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -340,6 +340,12 @@
341341 }
342342 }
343343
 344+ /**
 345+ * @static
 346+ * @param string $status
 347+ * @param CodeView $view
 348+ * @return string
 349+ */
344350 static function buildStatusList( $status, $view ) {
345351 $states = CodeRevision::getPossibleStates();
346352 $out = '';

Status & tagging log