backend/src/HistoricalMeteorological/Entity/Entry.php
Showing 4 of 4 total issues
Method hydrate
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
int $id, Location $location, int $year, int $month, float $temperatureMaximum,
Avoid variables with short names like $id. Configured minimum length is 3. Open
Open
int $id,
- Read upRead up
- Exclude checks
Avoid variables with short names like $id. Configured minimum length is 3. Open
Open
private $id;
- Read upRead up
- Exclude checks
The closing brace for the class must go on the next line after the body Open
Open
}
- Exclude checks