Fix types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343883 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2018-01-25 14:51:05 +00:00
parent e617baf240
commit d71ad60d3b
2 changed files with 9 additions and 9 deletions

View file

@ -11,10 +11,10 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>CairoGradientPattern::addColorStopRgb</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
<methodparam><type>string</type><parameter>red</parameter></methodparam>
<methodparam><type>string</type><parameter>green</parameter></methodparam>
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
<methodparam><type>float</type><parameter>offset</parameter></methodparam>
<methodparam><type>float</type><parameter>red</parameter></methodparam>
<methodparam><type>float</type><parameter>green</parameter></methodparam>
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
</methodsynopsis>
<para>
The method description goes here.

View file

@ -11,11 +11,11 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>CairoGradientPattern::addColorStopRgba</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
<methodparam><type>string</type><parameter>red</parameter></methodparam>
<methodparam><type>string</type><parameter>green</parameter></methodparam>
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
<methodparam><type>string</type><parameter>alpha</parameter></methodparam>
<methodparam><type>float</type><parameter>offset</parameter></methodparam>
<methodparam><type>float</type><parameter>red</parameter></methodparam>
<methodparam><type>float</type><parameter>green</parameter></methodparam>
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
</methodsynopsis>
<para>
The method description goes here.