iranianpep/geocoder

View on GitHub

Showing 2 of 2 total issues

Method getExpectedData has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getExpectedData()
    {
        return '{
   "results" : [
      {
Severity: Major
Found in tests/Geocoder/GeocoderTest.php - About 2 hrs to fix

    Missing class import via use statement (line '54', column '23').
    Open

                throw new \Exception("'{$outputFormat}' is not a valid format");
    Severity: Minor
    Found in src/Geocoder/Geocoder.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Severity
    Category
    Status
    Source
    Language