| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function boot(Filesystem $filesystem) |
||
| 24 | { |
||
| 25 | $this->publishes([ |
||
| 26 | __DIR__.'/../config/laravel-robots.php' => config_path('laravel-robots.php'), |
||
| 27 | ], 'config'); |
||
| 28 | |||
| 29 | $this->publishes([ |
||
| 30 | __DIR__.'/../database/migrations/create_robots_tables.php.stub' => $this->getMigrationFileName($filesystem), |
||
| 31 | ], 'migrations'); |
||
| 32 | } |
||
| 70 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.