mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343883 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e617baf240
commit
d71ad60d3b
2 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue