1 | <?php |
||
7 | class FeatureServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | * @param FeatureManager $feature |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot(FeatureManager $feature) |
||
38 | |||
39 | /** |
||
40 | * Register the application services. |
||
41 | */ |
||
42 | public function register() |
||
52 | } |
||
53 |
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.