Completed
Push — feature/OptGroups ( aae4de )
by Michael
15:14
created
inc/Form/OptGroup.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.