From 787acc979a89b3e65c87cfdb8919d04bbf0033c0 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 29 Jul 2008 17:55:51 +0000 Subject: [PATCH] Do not use the same parameter name twice git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263797 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date-add.xml | 6 +++--- reference/datetime/functions/date-sub.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/datetime/functions/date-add.xml b/reference/datetime/functions/date-add.xml index 2644e78e2d..2ca6cdae5d 100644 --- a/reference/datetime/functions/date-add.xml +++ b/reference/datetime/functions/date-add.xml @@ -1,5 +1,5 @@ - + date_add @@ -14,7 +14,7 @@ voiddate_add DateTimeobject - DateIntervalobject + DateIntervalinterval Adds the specified DateInterval object to the specified DateTime object. @@ -37,7 +37,7 @@ - object + internal diff --git a/reference/datetime/functions/date-sub.xml b/reference/datetime/functions/date-sub.xml index 3c8f90aecf..f3344f8fb1 100644 --- a/reference/datetime/functions/date-sub.xml +++ b/reference/datetime/functions/date-sub.xml @@ -1,5 +1,5 @@ - + date_sub @@ -14,7 +14,7 @@ voiddate_sub DateTimeobject - DateIntervalobject + DateIntervalinterval Subtracts the specified DateInterval object from the specified DateTime @@ -38,7 +38,7 @@ - object + interval