davispeixoto/Force.com-Toolkit-for-PHP

View on GitHub
src/Davispeixoto/ForceDotComToolkitForPhp/SforceMetadataClient.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct($wsdl, $loginResult, $sforceConn)
    {
        $soapClientArray = null;

        $phpversion = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '-'));
Severity: Minor
Found in src/Davispeixoto/ForceDotComToolkitForPhp/SforceMetadataClient.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status