| Conditions | 2 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 20 | protected function registerRoutes($primaryRoute, $secondaryRoute) |
||
| 21 | { |
||
| 22 | Route::group($this->routeConfiguration(), function () use ($primaryRoute, $secondaryRoute) { |
||
| 23 | $this->loadRoutes($primaryRoute); |
||
| 24 | if (config('faithgen-sdk.source')) { |
||
| 25 | $this->loadRoutes($secondaryRoute); |
||
| 26 | } |
||
| 55 |
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.