We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
In the class WyriHaximus\React\ChildProcess\Pool\ProcessCollection\Single, the next method is returning a bool value (which isalways false). this next method should have a void return type, following the Iterator interface.
WyriHaximus\React\ChildProcess\Pool\ProcessCollection\Single
next
false
Iterator
I cannot find any usage of this value elsewhere than in tests. Is this return value necessary in some point ?
The text was updated successfully, but these errors were encountered:
IIRC it shouldn't so feel free to PR it out of there 👍
Sorry, something went wrong.
No branches or pull requests
Hello,
In the class
WyriHaximus\React\ChildProcess\Pool\ProcessCollection\Single
, thenext
method is returning a bool value (which isalwaysfalse
). thisnext
method should have a void return type, following theIterator
interface.I cannot find any usage of this value elsewhere than in tests. Is this return value necessary in some point ?
The text was updated successfully, but these errors were encountered: