fixed typo in form class.

This commit is contained in:
Taylor Otwell
2011-06-15 23:21:51 -05:00
parent cd7e1eb664
commit 5ddab2bf96

View File

@@ -56,7 +56,7 @@ class Form {
/**
* Close a HTML form.
*
* @return void
* @return string
*/
public static function close()
{