Completed
Pull Request — master (#26)
by Daniel
11:20 queued 09:17
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.
blocks/mybookmarks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 	}
97 97
 
98 98
 	/**
99
-	 * @param array $topic_data
99
+	 * @param string[] $topic_data
100 100
 	 */
101 101
 	private function show_bookmarks(array $topic_data)
102 102
 	{
Please login to merge, or discard this patch.
services/blocks/admin_bar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 
306 306
 	/**
307 307
 	 * @param array $controller_params
308
-	 * @param array $class_params
308
+	 * @param \ReflectionParameter[] $class_params
309 309
 	 * @return string
310 310
 	 */
311 311
 	protected function get_arguments(array $controller_params, array $class_params)
Please login to merge, or discard this patch.