@@ -22,13 +22,14 @@ |
||
| 22 | 22 | * @param string $name |
| 23 | 23 | * @param string $action |
| 24 | 24 | * @param string $method |
| 25 | + * @return void |
|
| 25 | 26 | */ |
| 26 | 27 | public function __construct($name, $action = '', $method = 'POST'); |
| 27 | 28 | |
| 28 | 29 | /** |
| 29 | 30 | * Gets the form elements. |
| 30 | 31 | * |
| 31 | - * @return FormElement[]; |
|
| 32 | + * @return FormElement[] |
|
| 32 | 33 | */ |
| 33 | 34 | public function getChildNodes(); |
| 34 | 35 | |