backend/src/HistoricalMeteorological/Calculator/Summary/EntrySummary.php
Showing 3 of 3 total issues
Avoid excessively long variable names like $totalTemperatureMinimum. Keep variable name length under 20. Open
Open
private $totalTemperatureMinimum = 0;
- Read upRead up
- Exclude checks
Avoid excessively long variable names like $totalTemperatureMaximum. Keep variable name length under 20. Open
Open
private $totalTemperatureMaximum = 0;
- Read upRead up
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks