Completed
Push — master ( e3ddba...ecd828 )
by Aimeos
02:57
created
Controller/ExtadmController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
 	 * Creates a list of all available translations.
146 146
 	 *
147 147
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object
148
-	 * @return array List of language IDs with labels
148
+	 * @return string List of language IDs with labels
149 149
 	 */
150 150
 	protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context )
151 151
 	{
Please login to merge, or discard this patch.
Controller/JsonadmController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
 	 * @param string $site Unique site code
150 150
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
151 151
 	 * @param string $lang Language code
152
-	 * @return \Aimeos\MShop\Context\Item\Iface Context item
152
+	 * @return \Aimeos\Admin\JsonAdm\Iface Context item
153 153
 	 */
154 154
 	protected function createClient( $site, $resource, $lang )
155 155
 	{
Please login to merge, or discard this patch.
Service/View.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,6 @@
 block discarded – undo
276 276
 	/**
277 277
 	 * Adds the Aimeos template functions for Twig
278 278
 	 *
279
-	 * @param \Twig_Environment $env Twig environment object
280 279
 	 * @param \Aimeos\MW\View\Iface $view View object
281 280
 	 */
282 281
 	protected function initTwig( \Aimeos\MW\View\Iface $view, \Twig_Environment $twig )
Please login to merge, or discard this patch.