magickatt/MultiContextBDDTalk

View on GitHub
backend/src/HistoricalMeteorological/Entity/Entry.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 4 of 4 total issues

Method hydrate has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

int $id,
Location $location,
int $year,
int $month,
float $temperatureMaximum,
Severity: Major
Found in backend/src/HistoricalMeteorological/Entity/Entry.php - About 1 hr to fix

    Avoid variables with short names like $id. Configured minimum length is 3.
    Open

    int $id,

    Avoid variables with short names like $id. Configured minimum length is 3.
    Open

    private $id;

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

    }

    There are no issues that match your filters.

    Category
    Status