Skip to content

Commit d6915c1

Browse files
authored
[12.x] Fix return type annotation in compile method (#55132)
1 parent bbc4a69 commit d6915c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/View/Components/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function renderView($view, $data, $verbosity)
5656
*
5757
* @param string $view
5858
* @param array $data
59-
* @return void
59+
* @return string
6060
*/
6161
protected function compile($view, $data)
6262
{

0 commit comments

Comments
 (0)