1 | <?php |
||
7 | class LaralangServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot(\Illuminate\Routing\Router $router) |
||
34 | |||
35 | /** |
||
36 | * Register the application services. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function register() |
||
44 | } |
||
45 |
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.