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