Completed
Branch 2.0.x (f85be6)
by Andrew
04:14
created
classes/Kohana/View/Model.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 	 *     $view->set_filename($file);
180 180
 	 *
181 181
 	 * @param   string  view filename
182
-	 * @return  View
182
+	 * @return  Kohana_View_Model
183 183
 	 * @throws  Kohana_View_Exception
184 184
 	 */
185 185
 	public function set_filename($file)
@@ -260,6 +260,7 @@  discard block
 block discarded – undo
260 260
 	 * overwritten by the local variable.
261 261
 	 *
262 262
 	 * @param    string  view filename
263
+	 * @param string $file
263 264
 	 * @return   string
264 265
 	 * @throws   Kohana_View_Exception
265 266
 	 * @uses     View::capture
Please login to merge, or discard this patch.