Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class DatabaseBackupServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | public const CONFIG = __DIR__.'/config/databasebackup.php'; |
||
11 | |||
12 | /** |
||
13 | * Bootstrap the application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function boot() |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Register the application services. |
||
32 | * |
||
33 | * @return void |
||
34 | */ |
||
35 | public function register() |
||
43 |
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.