Method \App\Console\Kernel::schedule() does not have return type hint for its return value but it should be possible to add it based on @return annotation "void".
Method \App\Console\Kernel::commands() does not have return type hint for its return value but it should be possible to add it based on @return annotation "void".
Loading history...
42
{
43
82
$this->load(__DIR__.'/Commands');
44
45
82
require base_path('routes/console.php');
46
82
}
47
48
/**
49
* checks, if a process with $needle in the name is running
Method \App\Console\Kernel::osProcessIsRunning() does not have parameter type hint for its parameter $needle but it should be possible to add it based on @param annotation "string".
Method \App\Console\Kernel::osProcessIsRunning() does not have return type hint for its return value but it should be possible to add it based on @return annotation "bool".