1 | <?php |
||
11 | class FractalServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | const CONFIG_KEY = 'fractal'; |
||
14 | |||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | public function register() |
||
25 | |||
26 | |||
27 | /** |
||
28 | * @param Container $container |
||
29 | * @param ConfigRepository $config |
||
30 | */ |
||
31 | protected function registerBindings(Container $container, ConfigRepository $config) |
||
43 | |||
44 | |||
45 | /** |
||
46 | * |
||
47 | */ |
||
48 | protected function registerFacades() |
||
54 | |||
55 | |||
56 | /** |
||
57 | * @param FractalService $service |
||
58 | * @param array $config |
||
59 | */ |
||
60 | protected function configureService(FractalService $service, array $config) |
||
66 | } |
||
67 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.