reactphp-child-process-pool icon indicating copy to clipboard operation
reactphp-child-process-pool copied to clipboard

Void method returning boolean

Open gplanchat opened this issue 3 years ago • 1 comments

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.

I cannot find any usage of this value elsewhere than in tests. Is this return value necessary in some point ?

gplanchat avatar Dec 10 '21 07:12 gplanchat