@@ -9,7 +9,6 @@ discard block |
||
9 | 9 | /** |
10 | 10 | * @param string $name The name of this form element |
11 | 11 | * @param string $options The available options |
12 | - * @param string $label The label text for this element (will be autoescaped) |
|
13 | 12 | */ |
14 | 13 | public function __construct($name, $options) { |
15 | 14 | parent::__construct('optGroup', array('label' => $name)); |
@@ -31,7 +30,7 @@ discard block |
||
31 | 30 | * ) |
32 | 31 | * ) |
33 | 32 | * |
34 | - * @param null|array $options |
|
33 | + * @param string $options |
|
35 | 34 | * @return $this|array |
36 | 35 | */ |
37 | 36 | public function options($options = null) { |