Block/Adminhtml/System/Config/Oauth.php
Showing 2 of 2 total issues
Oauth
has 12 functions (exceeds 10 allowed). Consider refactoring. Open
Open
class Oauth extends Field{ /** * Template oAuth. */
Function getUrlToConnect
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function getUrlToConnect() { $storeId = $this->getStore(false)->getId(); $urlConnect = Config::ENDPOINT_CONNECT_PRODUCTION; $appId = Config::APP_ID_PRODUCTION;
- Read upRead up