Index: trunk/extensions/CodeReview/backend/CodeRevision.php |
— | — | @@ -184,7 +184,7 @@ |
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
188 | | - * @return |
| 188 | + * @return User |
189 | 189 | */ |
190 | 190 | public function getWikiUser() { |
191 | 191 | return $this->repo->authorWikiUser( $this->getAuthor() ); |
Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -340,6 +340,12 @@ |
341 | 341 | } |
342 | 342 | } |
343 | 343 | |
| 344 | + /** |
| 345 | + * @static |
| 346 | + * @param string $status |
| 347 | + * @param CodeView $view |
| 348 | + * @return string |
| 349 | + */ |
344 | 350 | static function buildStatusList( $status, $view ) { |
345 | 351 | $states = CodeRevision::getPossibleStates(); |
346 | 352 | $out = ''; |