Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final 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 | |||
21 | /** |
||
22 | * Define the application's command schedule. |
||
23 | * |
||
24 | * @param \Illuminate\Console\Scheduling\Schedule $schedule |
||
25 | * @return void |
||
26 | */ |
||
27 | protected function schedule(Schedule $schedule) |
||
28 | { |
||
29 | // $schedule->command('inspire') |
||
30 | // ->hourly(); |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Register the commands for the application. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | protected function commands() |
||
41 | } |
||
42 | } |
||
43 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths