Skip to content

Commit 993d745

Browse files
committed
chore: resolve incorrect return types
1 parent 455c439 commit 993d745

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/Commands/InspireCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class InspireCommand extends Command
2424

2525
/**
2626
* Execute the console command.
27-
*
28-
* @return mixed
2927
*/
3028
public function handle(): void
3129
{

tests/Pest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
|
4040
*/
4141

42-
function something()
42+
function something(): void
4343
{
4444
// ..
4545
}

0 commit comments

Comments
 (0)