Fix Imagick::getImageChannelMean() return value

Closes GH-259.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351874 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-12-04 14:28:49 +00:00
parent 8476c2a4c6
commit 02639373d9

View file

@ -14,8 +14,6 @@
</methodsynopsis>
<para>
Gets the mean and standard deviation of one or more image channels.
Return value is an associative array with the keys "mean" and
"standardDeviation".
</para>
</refsect1>
@ -41,7 +39,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&imagick.return.success;
Returns an array with <literal>"mean"</literal> and <literal>"standardDeviation"</literal>
members.
</para>
</refsect1>