@@ -276,9 +276,9 @@ |
||
276 | 276 | /** |
277 | 277 | * Build the query |
278 | 278 | * |
279 | - * @param bool|true $check_visibility Should we only return data from forums the user is allowed to see? |
|
280 | - * @param bool|true $enable_caching Should the query be cached where possible? |
|
281 | - * @param bool|true $exclude_hidden_forums Leave out hidden forums? |
|
279 | + * @param boolean $check_visibility Should we only return data from forums the user is allowed to see? |
|
280 | + * @param boolean $enable_caching Should the query be cached where possible? |
|
281 | + * @param boolean $exclude_hidden_forums Leave out hidden forums? |
|
282 | 282 | * @return $this |
283 | 283 | */ |
284 | 284 | public function build($check_visibility = true, $enable_caching = true, $exclude_hidden_forums = true) |