Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -25,7 +25,6 @@ |
26 | 26 | * Construct a new HistoryPage. |
27 | 27 | * |
28 | 28 | * @param $article Article |
29 | | - * @return nothing |
30 | 29 | */ |
31 | 30 | function __construct( $article ) { |
32 | 31 | global $wgUser; |
— | — | @@ -59,8 +58,6 @@ |
60 | 59 | |
61 | 60 | /** |
62 | 61 | * Print the history page for an article. |
63 | | - * |
64 | | - * @return nothing |
65 | 62 | */ |
66 | 63 | function history() { |
67 | 64 | global $wgOut, $wgRequest, $wgScript; |