We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd3ed commit d4c942cCopy full SHA for d4c942c
src/State.php
@@ -9,7 +9,6 @@
9
10
final class State implements StepStateInterface
11
{
12
- private array $steps = [];
13
private int $acceptMetric = 0;
14
private int $rejectMetric = 0;
15
private int $errorMetric = 0;
src/StateManager.php
@@ -10,7 +10,6 @@
class StateManager
/** @var list<State> */
- private array $states = [];
private array $steps = [];
private array $tearedDown = [];
16
private int $messageCount = 0;
0 commit comments