Fix types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343884 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2018-01-25 14:51:15 +00:00
parent d71ad60d3b
commit 22bf57f297

View file

@ -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.