Completed
Push — master ( d60b75...a16016 )
by Shcherbak
11:00
created
src/Fiv/Form/CheckboxList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
   class CheckboxList extends \Fiv\Form\Element\Multiple {
18 18
 
19 19
     /**
20
-     * @param array|string $data
20
+     * @param string[] $data
21 21
      * @return $this
22 22
      */
23 23
     public function setValue($data) {
Please login to merge, or discard this patch.
src/Fiv/Form/Element/BaseElement.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 
132 132
 
133 133
     /**
134
-     * @return mixed
134
+     * @return string
135 135
      */
136 136
     public function getText() {
137 137
       return $this->text;
@@ -152,6 +152,7 @@  discard block
 block discarded – undo
152 152
 
153 153
     /**
154 154
      * @inheritdoc
155
+     * @param string $name
155 156
      */
156 157
     public function setAttribute($name, $value) {
157 158
       if ($name === 'value') {
Please login to merge, or discard this patch.