| Total Complexity | 5 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class LumenDomainsServiceProvider extends DomainsServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Booting the package. |
||
| 11 | */ |
||
| 12 | public function boot() |
||
| 13 | { |
||
| 14 | $this->setupStubPath(); |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Register all domains. |
||
| 19 | */ |
||
| 20 | public function register() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Setup stub path. |
||
| 30 | */ |
||
| 31 | public function setupStubPath() |
||
| 37 | } |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | protected function registerServices() |
||
| 57 | } |
||
| 58 | } |
||
| 59 |
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.