fixed wrong class reference.

This commit is contained in:
Yoshinari Takaoka 2022-06-04 11:35:35 +09:00
parent 48e99212ad
commit 255ec56b59
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547

View file

@ -25,8 +25,8 @@
Sets a new timezone for a <classname>DateTime</classname> <type>object</type>.
</para>
<para>
Like <methodname>DateTime::setTimezone</methodname> but works with
<classname>DateTimeImmutable</classname>.
Like <methodname>DateTimeImmutable::setTimezone</methodname> but works with
<classname>DateTime</classname>.
</para>
<para>
The procedural version takes the <classname>DateTime</classname> object as