Skip to content

Commit

Permalink
Rename withFilterHandlers to with withAddedFilterHandlers in `Abs…
Browse files Browse the repository at this point in the history
…tractQueryDataReader`
  • Loading branch information
arogachev committed Sep 9, 2024
1 parent ac32d26 commit 8b109ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractQueryDataReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function withBatchSize(?int $batchSize): static
* @psalm-suppress ArgumentTypeCoercion *
* @psalm-return static<TKey, TValue>
*/
public function withFilterHandlers(FilterHandlerInterface ...$filterHandlers): static
public function withAddedFilterHandlers(FilterHandlerInterface ...$filterHandlers): static
{
$new = clone $this;
$new->count = $new->data = null;
Expand Down

0 comments on commit 8b109ae

Please sign in to comment.