• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mattiabasone / minepic / 4098783173

pending completion
4098783173

push

github

GitHub
Remove swoole and upgrade dependencies (#20)

738 of 864 relevant lines covered (85.42%)

4.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/Console/Kernel.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Minepic\Console;
6

7
use Illuminate\Console\Scheduling\Schedule;
8
use Laravel\Lumen\Console\Kernel as ConsoleKernel;
9

10
class Kernel extends ConsoleKernel
11
{
12
    /**
13
     * The Artisan commands provided by your application.
14
     *
15
     * @var array
16
     */
17
    protected $commands = [];
18

19
    /**
20
     * Define the application's command schedule.
21
     *
22
     * @param Schedule $schedule
23
     */
24
    protected function schedule(Schedule $schedule)
25
    {
26
    }
×
27
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc