| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function register() |
||
| 36 | { |
||
| 37 | $this->app['oauth-tokens-client.service'] = $this->app->share(function ($app) { |
||
| 38 | return new OAuthClient( |
||
| 39 | new Client, |
||
| 40 | $app['cache.store'], |
||
| 41 | Config::get('oauth-tokens-client::OAUTH_CREDENTIAL'), |
||
| 42 | Config::get('oauth-tokens-client::TOKEN_PREFIXES'), |
||
| 43 | Config::get('oauth-tokens-client::LOCK_KEY') |
||
| 44 | ); |
||
| 58 |
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.