src/Operator/BufferUniqueCount.php
Showing 0 of 1 total issue
The method __construct has a boolean flag argument $releaseOnComplete, which is a certain sign of a Single Responsibility Principle violation. Invalid
Invalid
public function __construct(int $bufferCount, bool $releaseOnComplete = true)
- Read upRead up
- Exclude checks