@@ -195,7 +195,6 @@ discard block |
||
| 195 | 195 | /** |
| 196 | 196 | * Fetch Topic Tracking Info |
| 197 | 197 | * |
| 198 | - * @param bool $track |
|
| 199 | 198 | * @return $this |
| 200 | 199 | */ |
| 201 | 200 | public function fetch_tracking_info() |
@@ -271,8 +270,8 @@ discard block |
||
| 271 | 270 | /** |
| 272 | 271 | * Build the query |
| 273 | 272 | * |
| 274 | - * @param bool|true $check_visibility Should we only return data from forums the user is allowed to see? |
|
| 275 | - * @param bool|true $enable_caching Should the query be cached where possible? |
|
| 273 | + * @param boolean $check_visibility Should we only return data from forums the user is allowed to see? |
|
| 274 | + * @param boolean $enable_caching Should the query be cached where possible? |
|
| 276 | 275 | * @param bool|true $displayed_on_index Only get forums that are displayed on index? |
| 277 | 276 | * @return $this |
| 278 | 277 | */ |