Skip to content

Commit

Permalink
Merge pull request #68 from DnD-Magnum/fix/batch
Browse files Browse the repository at this point in the history
#67 batch: fix batch size after first occurrence
  • Loading branch information
gplanchat authored May 20, 2022
2 parents 7981bb1 + 903d5d6 commit 3b4c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Batching/Builder/Merge.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class: new Node\Stmt\Class_(
new Node\Stmt\Expression(
new Node\Expr\Assign(
var: new Node\Expr\Variable('count'),
expr: new Node\Scalar\LNumber(0)
expr: new Node\Scalar\LNumber(1)
),
),
new Node\Stmt\Expression(
Expand Down

0 comments on commit 3b4c487

Please sign in to comment.