mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
aba066a2dd
commit
6e99f3543c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue