[skip-revcheck] Undo false typo

This commit is contained in:
Martin Samesch 2022-06-13 18:27:51 +02:00
parent e7b5172917
commit 6f845b90b4
No known key found for this signature in database
GPG key ID: D916421AD0A9ACD7

View file

@ -15,8 +15,8 @@
<function>date_parse</function> parses the given
<parameter>datetime</parameter> string according to the same rules as
<function>strtotime</function> and
<function>DateTimeImmutable::__construct</function>. Instead of returning
an Unix timestamp (with <function>strtotime</function>) or a
<function>DateTimeImmutable::__construct</function>. Instead of returning a
Unix timestamp (with <function>strtotime</function>) or a
<classname>DateTimeImmutable</classname> object (with
<function>DateTimeImmutable::__construct</function>, it returns an
associative array with the information that it could detect in the given