Completed
Push — master ( 8f57ea...eb6780 )
by Daniel
11:35
created
services/forum/query_builder.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -195,7 +195,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.