Completed
Push — master ( 29b277...2120d8 )
by Song
02:40
created
src/Widgets/Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Get form title.
127 127
      *
128
-     * @return mixed
128
+     * @return string
129 129
      */
130 130
     public function title()
131 131
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @return array
144
+     * @return Form
145 145
      */
146 146
     public function confirm($message)
147 147
     {
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     /**
201 201
      * Add form attributes.
202 202
      *
203
-     * @param string|array $attr
203
+     * @param string $attr
204 204
      * @param string       $value
205 205
      *
206 206
      * @return $this
Please login to merge, or discard this patch.