Completed
Push — master ( d60b75...a16016 )
by Shcherbak
11:00
created
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.