seregazhuk/php-pinterest-bot

View on GitHub

Showing 8 of 67 total issues

CurlHttpClient has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class CurlHttpClient implements HttpClient
{
    /**
     * Custom CURL options for requests.
     *
Severity: Minor
Found in src/Api/CurlHttpClient.php - About 2 hrs to fix

    Request has 21 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class Request
    {
        const DEFAULT_TOKEN = '1234';
    
        /**
    Severity: Minor
    Found in src/Api/Request.php - About 2 hrs to fix

      Function processCallback has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
      Open

          protected function processCallback()
          {
              $this->resultsNum = 0;
              $this->processed = 0;
      
      
      Severity: Minor
      Found in src/Helpers/Pagination.php - About 1 hr to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method edit has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function edit($pindId, $description = '', $link = '', $boardId = null, $title = '', $sectionId = null)
      Severity: Minor
      Found in src/Api/Providers/Pins.php - About 45 mins to fix

        Method create has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function create($imageUrl, $boardId, $description = '', $link = '', $title = '', $sectionId = null)
        Severity: Minor
        Found in src/Api/Providers/Pins.php - About 45 mins to fix

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

              protected function fillRegistrationForm($registrationForm, $password, $name, $country, $age)
          Severity: Minor
          Found in src/Api/Providers/Auth.php - About 35 mins to fix

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

                protected function getRegistrationForm($email, $password, $name, $country, $age)
            Severity: Minor
            Found in src/Api/Providers/Auth.php - About 35 mins to fix

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

                  public function register($email, $password = null, $name = null, $country = 'GB', $age = 18)
              Severity: Minor
              Found in src/Api/Providers/Auth.php - About 35 mins to fix
                Severity
                Category
                Status
                Source
                Language