| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 6 | public function boot(Filesystem $filesystem) |
|
|
|
|||
| 17 | { |
||
| 18 | 6 | $publishTag = 'laravel-vtu'; |
|
| 19 | 6 | if (app() instanceof \Illuminate\Foundation\Application) { |
|
| 20 | 6 | $this->publishes([ |
|
| 21 | 6 | __DIR__.'/config/laravel-vtu.php' => config_path('laravel-vtu.php'), |
|
| 22 | 6 | ], $publishTag); |
|
| 23 | } |
||
| 24 | 6 | } |
|
| 25 | } |
||
| 26 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.