Skip to content

Commit 0c35550

Browse files
Merge branch '7.2' into 7.3
* 7.2: [Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4 use STARTTLS for SMTP with MailerSend
2 parents cea40a4 + 262cbc0 commit 0c35550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ private static function evaluateScalar(string $scalar, int $flags, array &$refer
750750
if (false !== $scalar = $time->getTimestamp()) {
751751
return $scalar;
752752
}
753-
} catch (\ValueError) {
753+
} catch (\DateRangeError|\ValueError) {
754754
// no-op
755755
}
756756

0 commit comments

Comments
 (0)