mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Changed the return value description. (Thanks to Devo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244040 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
05e84d623c
commit
653424c9e7
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-morphimages">
|
||||
<refnamediv>
|
||||
<refname>Imagick::morphImages</refname>
|
||||
|
@ -39,7 +39,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&imagick.return.success;
|
||||
This method returns a new Imagick object on success
|
||||
and throws an ImagickException on error.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue