From: Anatol Belski Date: Tue, 26 Jul 2016 14:28:56 +0000 (+0200) Subject: fix broken proto doc X-Git-Tag: php-7.1.0beta2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21f80a00a9d2d1d7935a39273f45953f8abce878;p=php fix broken proto doc --- diff --git a/ext/intl/locale/locale_methods.c b/ext/intl/locale/locale_methods.c index 1d05e15889..8cf5babc95 100644 --- a/ext/intl/locale/locale_methods.c +++ b/ext/intl/locale/locale_methods.c @@ -219,7 +219,7 @@ PHP_NAMED_FUNCTION(zif_locale_get_default) /* {{{ proto static string Locale::setDefault( string $locale ) Set default locale */ /* }}} */ -/* {{{ proto sta tic string locale_set_default( string $locale ) +/* {{{ proto static string locale_set_default( string $locale ) Set default locale */ PHP_NAMED_FUNCTION(zif_locale_set_default) { @@ -435,10 +435,10 @@ static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) } /* }}} */ -/* {{{ proto stat ic string Locale::getScript($locale) +/* {{{ proto static string Locale::getScript($locale) * gets the script for the $locale }}} */ -/* {{{ proto stati c string locale_get_script($locale) +/* {{{ proto static string locale_get_script($locale) * gets the script for the $locale */ PHP_FUNCTION( locale_get_script ) @@ -449,8 +449,8 @@ PHP_FUNCTION( locale_get_script ) /* {{{ proto static string Locale::getRegion($locale) * gets the region for the $locale - }}} */ -/* {{{ p roto static string locale_get_region($locale) + }}} */ +/* {{{ proto static string locale_get_region($locale) * gets the region for the $locale */ PHP_FUNCTION( locale_get_region )