Skip to content

Commit 2440903

Browse files
committed
chore: add type hint to handle()
1 parent 2f32553 commit 2440903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/InspireCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class InspireCommand extends Command
2727
*
2828
* @return mixed
2929
*/
30-
public function handle()
30+
public function handle(): void
3131
{
3232
render(<<<'HTML'
3333
<div class="py-1 ml-2">

0 commit comments

Comments
 (0)