From 5ddab2bf9666d46c1b2dd034275041d3c29d827c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 15 Jun 2011 23:21:51 -0500 Subject: [PATCH] fixed typo in form class. --- system/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/form.php b/system/form.php index b303c0ed..7b594fc8 100644 --- a/system/form.php +++ b/system/form.php @@ -56,7 +56,7 @@ public static function open($action = null, $method = 'POST', $attributes = arra /** * Close a HTML form. * - * @return void + * @return string */ public static function close() {