Showing 197 of 197 total issues

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Function getIpAddress has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public static function getIpAddress(RequestInterface $request): string
    {
        if (! ($request instanceof ServerRequestInterface)) {
            return "-";
        }
Severity: Minor
Found in src/Process/Http/AccessLog.php - About 35 mins 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

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

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

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

The closing parenthesis of a multi-line function declaration must be on a new line
Open

        UnitTrackerInterface $unitTracker)

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Expected 1 blank line at end of file; 2 found
Open

}

Avoid too many return statements within this method.
Open

            return $server['HTTP_FORWARDED'];
Severity: Major
Found in src/Process/Http/AccessLog.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

            return $server['REMOTE_ADDR'];
    Severity: Major
    Found in src/Process/Http/AccessLog.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return $server['HTTP_FORWARDED_FOR'];
      Severity: Major
      Found in src/Process/Http/AccessLog.php - About 30 mins to fix
        Severity
        Category
        Status
        Source
        Language