mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
f713e46643
commit
1aa41d6145
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue