From 255ec56b59083ac9c32e930ab5c9aaf89cc58cd2 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sat, 4 Jun 2022 11:35:35 +0900 Subject: [PATCH] fixed wrong class reference. --- reference/datetime/datetime/settimezone.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/datetime/settimezone.xml b/reference/datetime/datetime/settimezone.xml index c3ab30dbb4..c067381b91 100644 --- a/reference/datetime/datetime/settimezone.xml +++ b/reference/datetime/datetime/settimezone.xml @@ -25,8 +25,8 @@ Sets a new timezone for a DateTime object. - Like DateTime::setTimezone but works with - DateTimeImmutable. + Like DateTimeImmutable::setTimezone but works with + DateTime. The procedural version takes the DateTime object as