Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1.0233 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | 2 | public function boot() |
|
17 | { |
||
18 | 2 | $this->app->booted(function () { |
|
19 | 2 | $this->routes(); |
|
20 | 2 | }); |
|
21 | |||
22 | 2 | Nova::serving(function (ServingNova $event) { |
|
|
|||
23 | Nova::script('nova-text-card', __DIR__.'/../dist/js/card.js'); |
||
24 | Nova::style('nova-text-card', __DIR__.'/../dist/css/card.css'); |
||
25 | 2 | }); |
|
54 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.