Skip to content

Commit c67a685

Browse files
authored
Update docblock (#36592)
1 parent e0c6381 commit c67a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/stubs/view-component.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DummyClass extends Component
1919
/**
2020
* Get the view / contents that represent the component.
2121
*
22-
* @return \Illuminate\Contracts\View\View|string
22+
* @return \Illuminate\Contracts\View\View|\Closure|string
2323
*/
2424
public function render()
2525
{

0 commit comments

Comments
 (0)