From ae0ec80e545c089cfac0c1174c2877a749dd8975 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Tue, 20 Sep 2022 03:52:46 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/datetime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/datetime.php b/generated/datetime.php index 70f06145..31d39ec2 100644 --- a/generated/datetime.php +++ b/generated/datetime.php @@ -64,7 +64,7 @@ function date_parse_from_format(string $format, string $datetime): ?array * DateTimeImmutable::__construct. Instead of returning a * Unix timestamp (with strtotime) or a * DateTimeImmutable object (with - * DateTimeImmutable::__construct, it returns an + * DateTimeImmutable::__construct), it returns an * associative array with the information that it could detect in the given * datetime string. *