Fix #71793: GmagickDraw::getstrokecolor() returns GmagickPixel, not void

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339628 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-07-10 12:50:07 +00:00
parent f713e46643
commit 1aa41d6145

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>GmagickDraw::getstrokecolor</methodname>
<modifier>public</modifier> <type>GmagickPixel</type><methodname>GmagickDraw::getstrokecolor</methodname>
<void />
</methodsynopsis>
<para>
@ -29,7 +29,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an GmagickPixel object which describes the color
Returns an <classname>GmagickPixel</classname> object which describes the color.
</para>
</refsect1>