From 85a0f924337aa29b61018828b1292a12e796f288 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 23 Jan 2017 17:39:09 +0000 Subject: [PATCH] It previously mistakenly said that the start and end parameters accept only DateTimeImmutable, but they accept DateTimeInterface -- Provided by anonymous 79786 (ondrej@mirtes.cz) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341755 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/dateperiod/construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/dateperiod/construct.xml b/reference/datetime/dateperiod/construct.xml index 29e990435b..669dd3dc06 100644 --- a/reference/datetime/dateperiod/construct.xml +++ b/reference/datetime/dateperiod/construct.xml @@ -107,7 +107,7 @@ 5.5.8 end type changed to - DateTimeImmutable. + DateTimeInterface. Previously, DateTime. @@ -115,7 +115,7 @@ 5.5.0 start type changed to - DateTimeImmutable. + DateTimeInterface. Previously, DateTime.