Completed
Push — master ( d9fc7e...47b125 )
by Roberto
04:56
created
src/Module.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	 *
112 112
 	 * @param   string  $layoutId  Layout identifier
113 113
 	 *
114
-	 * @return  mixed   string | false
114
+	 * @return  string   string | false
115 115
 	 */
116 116
 	private function getLayoutPath($layoutId)
117 117
 	{
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
 	/**
350 350
 	 * Save parameters to database.
351 351
 	 *
352
-	 * @return  Registry
352
+	 * @return  boolean
353 353
 	 */
354 354
 	public function saveParams()
355 355
 	{
Please login to merge, or discard this patch.