Completed
Push — master ( 9b845d...79393d )
by Shcherbak
03:40
created
src/Element/BaseElement.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,6 +102,7 @@  discard block
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * @inheritdoc
105
+     * @param string $name
105 106
      */
106 107
     public function setAttribute($name, $value) {
107 108
       if ($name === 'value') {
@@ -171,7 +172,7 @@  discard block
 block discarded – undo
171 172
 
172 173
 
173 174
     /**
174
-     * @return mixed
175
+     * @return string
175 176
      */
176 177
     public function getText() {
177 178
       return $this->text;
Please login to merge, or discard this patch.