PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -186,6 +186,7 @@ class Form {
* echo Form::input('text', 'email', 'example@gmail.com');
* </code>
*
* @param string $type
* @param string $name
* @param mixed $value
* @param array $attributes
@@ -389,7 +390,7 @@ class Form {
*
* @param string $value
* @param string $display
* @return string $selected
* @param string $selected
* @return string
*/
protected static function option($value, $display, $selected)
@@ -506,6 +507,7 @@ class Form {
* </code>
*
* @param string $url
* @param string $name
* @param array $attributes
* @return string
*/
@@ -519,7 +521,6 @@ class Form {
/**
* Create a HTML button element.
*
* @param string $name
* @param string $value
* @param array $attributes
* @return string