mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
fixed wrong class reference.
This commit is contained in:
parent
48e99212ad
commit
255ec56b59
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue