Class test php udpate

This commit is contained in:
Clemens Schwaighofer
2024-07-29 16:00:19 +09:00
parent e88ad00d7f
commit 9ba09b22f5
5 changed files with 5 additions and 4 deletions

View File

@@ -451,6 +451,7 @@ function intervalStringFormatDeprecated(
$value = $interval->days;
$skip = true;
} else {
/** @phan-suppress-next-line PhanUndeclaredProperty */
$value = $interval->$part;
}
if ($value == 0 && $skip_last_zero === true) {