Fix protos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321918 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-01-08 09:10:58 +00:00
parent 5260a7be8a
commit 7da4fb9c33
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>static</modifier>
<type>double</type><methodname>HttpResponse::getThrottleDelay</methodname>
<type>float</type><methodname>HttpResponse::getThrottleDelay</methodname>
<void/>
</methodsynopsis>
<para>

View file

@ -49,7 +49,7 @@
<term><parameter>value</parameter></term>
<listitem>
<para>
The value to format. Can be <type>integer</type> or <type>double</type>,
The value to format. Can be <type>integer</type> or <type>float</type>,
other values will be converted to a numeric value.
</para>
</listitem>

View file

@ -39,7 +39,7 @@
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>double</type>
<type>float</type>
<varname linkend="splfloat.constants.default">SplFloat::__default</varname>
<initializer>0</initializer>
</fieldsynopsis>