Add php-cs-fixer to build
This commit is contained in:
@@ -625,7 +625,6 @@ class Metar implements \ArrayAccess
|
||||
$minute = (int) $found[3];
|
||||
|
||||
if ($this->result['observed_date'] === null) {
|
||||
|
||||
// Take one month, if the observed day is greater than the current day
|
||||
if ($day > date('j')) {
|
||||
$month = date('n') - 1;
|
||||
|
||||
Reference in New Issue
Block a user