From 6ce419d15e103640378ae0efcb720c3128a47c8a Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 18 Nov 2014 14:39:53 +0000 Subject: [PATCH] DatePeriod hints DateTimeInterface (doc bug #68444) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335194 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/dateperiod/construct.xml | 40 +++++++++++++++++++-- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/reference/datetime/dateperiod/construct.xml b/reference/datetime/dateperiod/construct.xml index 5d41a565b6..63ab0cc553 100644 --- a/reference/datetime/dateperiod/construct.xml +++ b/reference/datetime/dateperiod/construct.xml @@ -11,16 +11,16 @@ &reftitle.description; public DatePeriod::__construct - DateTimestart + DateTimeInterfacestart DateIntervalinterval intrecurrences intoptions public DatePeriod::__construct - DateTimestart + DateTimeInterfacestart DateIntervalinterval - DateTimeend + DateTimeInterfaceend intoptions @@ -91,6 +91,40 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.8 + + end type changed to + DateTimeImmutable. + Previously, DateTime. + + + + 5.5.0 + + start type changed to + DateTimeImmutable. + Previously, DateTime. + + + + + + + + &reftitle.examples;