Index: trunk/extensions/CodeReview/ui/SpecialCode.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | |
44 | 44 | /** |
45 | 45 | * Get a view object from a sub page path. |
46 | | - * @return View object or null if no valid action could be found |
| 46 | + * @return CodeView object or null if no valid action could be found |
47 | 47 | */ |
48 | 48 | private function getViewFrom( $subpage ) { |
49 | 49 | global $wgRequest; |