silktide/freshdesk-api

View on GitHub

Showing 2 of 2 total issues

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

        $description,
        $subject,
        $email,
        $priority = Constant::PRIORITY_LOW,
        $status = Constant::STATUS_OPEN
Severity: Minor
Found in src/Client.php - About 35 mins to fix

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

        public function __construct($guzzle, $responseFactory, $freshdeskDomain, $usernameOrToken, $password = "X")
    Severity: Minor
    Found in src/Client.php - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language