Completed
Pull Request — master (#26)
by Daniel
14:01 queued 11:58
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/forum_topics_config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 	}
90 90
 
91 91
 	/**
92
-	 * @return array
92
+	 * @return string[]
93 93
 	 */
94 94
 	private function get_sorting_options()
95 95
 	{
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.
blocks/wordgraph.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 	/**
120 120
 	 * @param array $words_array
121 121
 	 * @param array $settings
122
-	 * @return array
122
+	 * @return string
123 123
 	 */
124 124
 	private function get_graph_params(array $words_array, array $settings)
125 125
 	{
Please login to merge, or discard this patch.