From fdf3cdd6fe59404c092d5c6f4428df57a6205b9f Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 11 Oct 2010 20:01:31 +0000 Subject: [PATCH] fix constant types git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304324 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/dateformatter-constants.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/intl/dateformatter-constants.xml b/reference/intl/dateformatter-constants.xml index 03006a9711..9bad9ee403 100644 --- a/reference/intl/dateformatter-constants.xml +++ b/reference/intl/dateformatter-constants.xml @@ -10,7 +10,7 @@ IntlDateFormatter::NONE - (string) + (integer) Do not include this element @@ -19,7 +19,7 @@ IntlDateFormatter::FULL - (string) + (integer) Completely specified style (Tuesday, April 12, 1952 AD or 3:30:42pm PST) @@ -28,7 +28,7 @@ IntlDateFormatter::LONG - (string) + (integer) Long style (January 12, 1952 or 3:30:32pm) @@ -37,7 +37,7 @@ IntlDateFormatter::MEDIUM - (string) + (integer) Medium style (Jan 12, 1952) @@ -46,7 +46,7 @@ IntlDateFormatter::SHORT - (string) + (integer) Most abbreviated style, only essential data (12/13/52 or 3:30pm) @@ -64,7 +64,7 @@ IntlDateFormatter::TRADITIONAL - (string) + (integer) Non-Gregorian Calendar @@ -73,7 +73,7 @@ IntlDateFormatter::GREGORIAN - (string) + (integer) Gregorian Calendar