mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix doc bug #51423 (Incorrect return type).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297035 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
96c9d88bad
commit
e63ab27dcc
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>Imagick::deconstructImages</methodname>
|
||||
<type>Imagick</type><methodname>Imagick::deconstructImages</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
@ -22,7 +22,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&imagick.return.success;
|
||||
Returns a new Imagick object on success.
|
||||
&imagick.imagickexception.throw;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue