Fix Doc Bug #55685: Wrong input type of GearmanJob::setReturn

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316682 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-09-13 18:53:26 +00:00
parent aba066a2dd
commit 6e99f3543c

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>GearmanJob::setReturn</methodname>
<methodparam><type>string</type><parameter>gearman_return_t</parameter></methodparam>
<methodparam><type>int</type><parameter>gearman_return_t</parameter></methodparam>
</methodsynopsis>
<para>
Sets the return value for this job, indicates how the job completed.