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@343884 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d71ad60d3b
commit
22bf57f297
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setDash</methodname>
|
||||
<methodparam><type>string</type><parameter>dashes</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_dash</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>dashes</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
Loading…
Reference in a new issue