Skip to content

Commit 4915143

Browse files
authored
Wrong return doc comment in renderComponent function
renderComponent return a HTMLString (Illuminate\Support\HtmlString)
1 parent 4fda97e commit 4915143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Componentable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function hasComponent($name)
4848
* @param $name
4949
* @param array $arguments
5050
*
51-
* @return \Illuminate\Contracts\View\View
51+
* @return HtmlString
5252
*/
5353
protected function renderComponent($name, array $arguments)
5454
{

0 commit comments

Comments
 (0)