| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 49 | public function register() |
||
| 50 | { |
||
| 51 | $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'monnify'); |
||
| 52 | |||
| 53 | $this->app->singleton('monnify', function($app) |
||
| 54 | { |
||
| 55 | $baseUrl = config('monnify.base_url'); |
||
| 56 | $instanceName = 'monnify'; |
||
| 57 | |||
| 58 | |||
| 59 | return new Monnify( |
||
| 60 | $baseUrl, |
||
| 61 | $instanceName, |
||
| 62 | config('monnify') |
||
| 63 | ); |
||
| 68 |
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.