@@ -57,7 +57,7 @@ |
||
57 | 57 | * @param int $iOffset |
58 | 58 | * @param int $iLimit |
59 | 59 | * |
60 | - * @return array|\stdClass|bool |
|
60 | + * @return string |
|
61 | 61 | */ |
62 | 62 | public function getTopic($sForumName, $iForumId, $sTopicSubject, $iTopicId, $iProfileId, $sApproved, $iOffset, $iLimit) |
63 | 63 | { |
@@ -140,7 +140,7 @@ |
||
140 | 140 | /** |
141 | 141 | * Check if Apache's mod_rewrite is installed. |
142 | 142 | * |
143 | - * @return bool |
|
143 | + * @return null|boolean |
|
144 | 144 | */ |
145 | 145 | public static function isRewriteMod() |
146 | 146 | { |