Completed
Push — master ( 86df1c...287b80 )
by Aimeos
17:07
created
src/Controller/Extadm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 	 * Creates a list of all available translations
161 161
 	 *
162 162
 	 * @param \Aimeos\Bootstrap $aimeos Aimeos object
163
-	 * @return array List of language IDs with labels
163
+	 * @return string List of language IDs with labels
164 164
 	 */
165 165
 	protected static function getJsonLanguages( \Aimeos\Bootstrap $aimeos )
166 166
 	{
Please login to merge, or discard this patch.
src/Base/View.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,6 @@
 block discarded – undo
143 143
 	 * Adds the "param" helper to the view object
144 144
 	 *
145 145
 	 * @param \Aimeos\MW\View\Iface $view View object
146
-	 * @param array $attributes Associative list of request parameters
147 146
 	 * @return \Aimeos\MW\View\Iface Modified view object
148 147
 	 */
149 148
 	protected static function addParam( \Aimeos\MW\View\Iface $view, array $params )
Please login to merge, or discard this patch.