@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | /** |
145 | 145 | * Get form title. |
146 | 146 | * |
147 | - * @return mixed |
|
147 | + * @return string |
|
148 | 148 | */ |
149 | 149 | public function title() |
150 | 150 | { |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | /** |
155 | 155 | * Get form description. |
156 | 156 | * |
157 | - * @return mixed |
|
157 | + * @return string |
|
158 | 158 | */ |
159 | 159 | public function description() |
160 | 160 | { |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | /** |
230 | 230 | * Add form attributes. |
231 | 231 | * |
232 | - * @param string|array $attr |
|
232 | + * @param string $attr |
|
233 | 233 | * @param string $value |
234 | 234 | * |
235 | 235 | * @return $this |
@@ -391,7 +391,7 @@ discard block |
||
391 | 391 | /** |
392 | 392 | * Get all fields of form. |
393 | 393 | * |
394 | - * @return Field[] |
|
394 | + * @return \Illuminate\Support\Collection |
|
395 | 395 | */ |
396 | 396 | public function fields() |
397 | 397 | { |