Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class DynamicMailConfigServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | public const DB = __DIR__.'/migrations'; |
||
12 | public const CONFIG = __DIR__.'/config/dynamicmailconfig.php'; |
||
13 | |||
14 | /** |
||
15 | * Bootstrap the application services. |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function boot() |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * Register the application services. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function register() |
||
47 |
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.