diff --git a/src/AbstractQueryDataReader.php b/src/AbstractQueryDataReader.php index 164c2fb..932dfda 100644 --- a/src/AbstractQueryDataReader.php +++ b/src/AbstractQueryDataReader.php @@ -255,7 +255,7 @@ public function withBatchSize(?int $batchSize): static * @psalm-suppress ArgumentTypeCoercion * * @psalm-return static */ - public function withFilterHandlers(FilterHandlerInterface ...$filterHandlers): static + public function withAddedFilterHandlers(FilterHandlerInterface ...$filterHandlers): static { $new = clone $this; $new->count = $new->data = null;