| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 88.24% |
| Changes | 6 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 17 | final class ScoutElasticSearchServiceProvider extends ServiceProvider |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | 37 | public function boot(): void |
|
| 30 | 37 | }); |
|
| 31 | 37 | } |
|
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | 37 | public function register(): void |
|
| 42 | 37 | } |
|
| 43 | |||
| 44 | /** |
||
| 45 | * Register artisan commands. |
||
| 46 | * |
||
| 47 | * @return void |
||
| 48 | */ |
||
| 49 | 37 | private function registerCommands(): void |
|
| 61 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.