We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455c439 commit 993d745Copy full SHA for 993d745
app/Commands/InspireCommand.php
@@ -24,8 +24,6 @@ class InspireCommand extends Command
24
25
/**
26
* Execute the console command.
27
- *
28
- * @return mixed
29
*/
30
public function handle(): void
31
{
tests/Pest.php
@@ -39,7 +39,7 @@
39
|
40
41
42
-function something()
+function something(): void
43
44
// ..
45
}
0 commit comments