Skip to content

Commit fd12a0e

Browse files
author
Victor Isadov
authored
Merge pull request LaravelCollective#591 from TiDJ/patch-1
Wrong return doc comment in renderComponent function
2 parents 4fda97e + 4915143 commit fd12a0e

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)