tableau-mkt/elomentary

View on GitHub
src/HttpClient/HttpClient.php

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected function createRequest($httpMethod, $path, $body = null, array $headers = array(), array $options = array()) {
Severity: Minor
Found in src/HttpClient/HttpClient.php - About 35 mins to fix

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

      public function request($path, $body = null, $httpMethod = 'GET', array $headers = array(), array $options = array()) {
    Severity: Minor
    Found in src/HttpClient/HttpClient.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status