Remove obsolete comment

This commit is contained in:
Joop Schilder 2020-12-14 12:55:06 +01:00
parent db081158d7
commit af2708e7e8
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ class Workers implements Countable, EventEmitterInterface
$this->remove($wait->pid);
return true;
}
// We ignore errors ($pid < 0). This method is called periodically, even if there is
// no child available. pcntl_wait() will return -1. This is expected behavior.
return false;
}