Release 2.57 (#5929)

This commit is contained in:
Kevin Papst
2026-05-21 22:14:10 +02:00
committed by GitHub
parent f0ce1c7bd6
commit 976d38e8a4
101 changed files with 4226 additions and 1119 deletions

View File

@@ -287,7 +287,7 @@ final class LocaleFormatter
try {
$date = new \DateTimeImmutable($date);
} catch (Exception $ex) {
return $date;
return null;
}
}