@@ -355,7 +355,7 @@ discard block |
||
355 | 355 | /** |
356 | 356 | * Returns a ban link |
357 | 357 | * |
358 | - * @return bool|string |
|
358 | + * @return string|false |
|
359 | 359 | */ |
360 | 360 | public function BanLink() |
361 | 361 | { |
@@ -372,7 +372,7 @@ discard block |
||
372 | 372 | /** |
373 | 373 | * Returns a ghost link |
374 | 374 | * |
375 | - * @return bool|string |
|
375 | + * @return string|false |
|
376 | 376 | */ |
377 | 377 | public function GhostLink() |
378 | 378 | { |
@@ -500,7 +500,7 @@ discard block |
||
500 | 500 | |
501 | 501 | /** |
502 | 502 | * Returns the Topics (the first Post of each Thread) for this Forum |
503 | - * @return DataList |
|
503 | + * @return PaginatedList|null |
|
504 | 504 | */ |
505 | 505 | public function getTopics() |
506 | 506 | { |
@@ -707,7 +707,7 @@ discard block |
||
707 | 707 | * |
708 | 708 | * Designed to be called via AJAX so return true / false |
709 | 709 | * |
710 | - * @return bool |
|
710 | + * @return null|false |
|
711 | 711 | */ |
712 | 712 | public function unsubscribe(HTTPRequest $request) |
713 | 713 | { |
@@ -1241,7 +1241,7 @@ discard block |
||
1241 | 1241 | /** |
1242 | 1242 | * Return the Forbidden Words in this Forum |
1243 | 1243 | * |
1244 | - * @return Text |
|
1244 | + * @return string |
|
1245 | 1245 | */ |
1246 | 1246 | public function getForbiddenWords() |
1247 | 1247 | { |
@@ -1547,6 +1547,9 @@ discard block |
||
1547 | 1547 | */ |
1548 | 1548 | class Forum_DataQuery extends DataQuery |
1549 | 1549 | { |
1550 | + /** |
|
1551 | + * @param string $dataClass |
|
1552 | + */ |
|
1550 | 1553 | public function __construct($dataClass, $query) |
1551 | 1554 | { |
1552 | 1555 | parent::__construct($dataClass); |