src/Davispeixoto/ForceDotComToolkitForPhp/SforceMetadataClient.php
Method __construct
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($wsdl, $loginResult, $sforceConn)
{
$soapClientArray = null;
$phpversion = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '-'));