@@ -103,7 +103,7 @@ |
||
103 | 103 | /** |
104 | 104 | * Get the services provided by the provider. |
105 | 105 | * |
106 | - * @return array |
|
106 | + * @return string[] |
|
107 | 107 | */ |
108 | 108 | public function provides() |
109 | 109 | { |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | * |
21 | 21 | * @param array $options |
22 | 22 | * |
23 | - * @return string |
|
23 | + * @return \Illuminate\Support\HtmlString |
|
24 | 24 | */ |
25 | 25 | public function open(array $options = []) |
26 | 26 | { |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * @param string $value |
38 | 38 | * @param array $options |
39 | 39 | * |
40 | - * @return string |
|
40 | + * @return \Illuminate\Support\HtmlString |
|
41 | 41 | */ |
42 | 42 | public function input($type, $name, $value = null, $options = []) |
43 | 43 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | * @param string $value |
54 | 54 | * @param array $options |
55 | 55 | * |
56 | - * @return string |
|
56 | + * @return \Illuminate\Support\HtmlString |
|
57 | 57 | */ |
58 | 58 | public function textarea($name, $value = null, $options = []) |
59 | 59 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * @param string $selected |
71 | 71 | * @param array $options |
72 | 72 | * |
73 | - * @return string |
|
73 | + * @return \Illuminate\Support\HtmlString |
|
74 | 74 | */ |
75 | 75 | public function select($name, $list = [], $selected = null, $options = []) |
76 | 76 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | * @param string $value |
86 | 86 | * @param array $options |
87 | 87 | * |
88 | - * @return string |
|
88 | + * @return \Illuminate\Support\HtmlString |
|
89 | 89 | */ |
90 | 90 | public function button($value = null, $options = []) |
91 | 91 | { |