Showing 3 of 3 total issues
Method loadConfiguration
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadConfiguration()
{
$builder = $this->getContainerBuilder();
$config = $this->validateConfig($this->defaults);
Method __construct
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($siteKey, $secretKey, $verificationUrl, $errorMessage, $validateRemoteIp, $theme, $type, $size)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($siteKey, $theme, $type, $size, $caption = NULL)