@@ -126,9 +126,9 @@ discard block |
||
126 | 126 | * The key to insert after. |
127 | 127 | * @param $array |
128 | 128 | * An array to insert in to. |
129 | - * @param $new_key |
|
129 | + * @param string $new_key |
|
130 | 130 | * The key to insert. |
131 | - * @param $new_value |
|
131 | + * @param AssetElement $new_value |
|
132 | 132 | * An value to insert. |
133 | 133 | * @return Collection|bool The new array if the key exists, FALSE otherwise. |
134 | 134 | */ |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | } |
182 | 182 | |
183 | 183 | /** |
184 | - * @return string |
|
184 | + * @return \Illuminate\Support\HtmlString |
|
185 | 185 | */ |
186 | 186 | public function renderGlobalVars() |
187 | 187 | { |