Whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-16 12:18:14 +00:00
parent e8db6b20fd
commit ca94834ef6
2 changed files with 6 additions and 6 deletions

View file

@ -109,7 +109,7 @@
<term><parameter>pattern</parameter></term>
<listitem>
<para>
Optional pattern to use when formatting or parsing
Optional pattern to use when formatting or parsing.
</para>
</listitem>
</varlistentry>

View file

@ -9,14 +9,14 @@
<refsect1 role="description">
&reftitle.description;
<para>
Object oriented style
Object oriented style
</para>
<methodsynopsis>
<type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
</methodsynopsis>
<para>
Procedural style
Procedural style
</para>
<methodsynopsis>
<type>bool</type><methodname>datefmt_set_pattern</methodname>
@ -24,7 +24,7 @@
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
</methodsynopsis>
<para>
Set the pattern used for the IntlDateFormatter.
Set the pattern used for the IntlDateFormatter.
</para>
</refsect1>
@ -36,7 +36,7 @@
<term><parameter>fmt</parameter></term>
<listitem>
<para>
The formatter resource.
The formatter resource.
</para>
</listitem>
</varlistentry>
@ -44,7 +44,7 @@
<term><parameter>pattern</parameter></term>
<listitem>
<para>
New pattern string to use.
New pattern string to use.
</para>
</listitem>
</varlistentry>