fixed #71784 (Gmagick::resampleimage() returns Gmagick, not void)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338729 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-03-11 10:28:06 +00:00
parent 13e830bf2e
commit eb46d52004

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Gmagick::resampleimage</methodname>
<modifier>public</modifier> <type>Gmagick</type><methodname>Gmagick::resampleimage</methodname>
<methodparam><type>float</type><parameter>xResolution</parameter></methodparam>
<methodparam><type>float</type><parameter>yResolution</parameter></methodparam>
<methodparam><type>int</type><parameter>filter</parameter></methodparam>