crowdsdom/php-sdk

View on GitHub
src/Crowdsdom.php

Summary

Maintainability
A
35 mins
Test Coverage

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $clientId,
        $clientSecret,
        $authHost = self::DEFAULT_AUTH_HOST,
        $apiHost = self::DEFAULT_API_HOST,
        $apiVersion = self::DEFAULT_API_VERSION
Severity: Minor
Found in src/Crowdsdom.php - About 35 mins to fix

    The closing brace for the class must go on the next line after the body
    Open

    }
    Severity: Minor
    Found in src/Crowdsdom.php by phpcodesniffer

    Expected 1 newline at end of file; 0 found
    Open

    }
    Severity: Minor
    Found in src/Crowdsdom.php by phpcodesniffer

    There are no issues that match your filters.

    Category
    Status