Skip to content

Commit d4c942c

Browse files
committed
Updated code to be compatible with php-etl/pipeline-contracts:0.5
1 parent 80dd3ed commit d4c942c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/State.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
final class State implements StepStateInterface
1111
{
12-
private array $steps = [];
1312
private int $acceptMetric = 0;
1413
private int $rejectMetric = 0;
1514
private int $errorMetric = 0;

src/StateManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
class StateManager
1111
{
1212
/** @var list<State> */
13-
private array $states = [];
1413
private array $steps = [];
1514
private array $tearedDown = [];
1615
private int $messageCount = 0;

0 commit comments

Comments
 (0)