Completed
Pull Request — master (#26)
by Daniel
21:33 queued 11:11
created
services/blocks/blocks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	 * @param string $position
145 145
 	 * @param array $blocks
146 146
 	 * @param array $ex_positions
147
-	 * @param array $users_groups
147
+	 * @param integer[] $users_groups
148 148
 	 * @param array $display_modes
149 149
 	 * @param bool $edit_mode
150 150
 	 * @return array[]
Please login to merge, or discard this patch.
services/forum/query_builder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -276,9 +276,9 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.