Skip to content

Commit

Permalink
Merge pull request #74 from aeviiq/1.0
Browse files Browse the repository at this point in the history
1.0
  • Loading branch information
aeviiq authored Feb 20, 2024
2 parents 9759b43 + 8faecdf commit 294c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Context
* @param array<int, bool> $hardSkippedSteps
*/
public function __construct(
private readonly object $data,
private object $data,
private readonly int $totalNumberOfSteps,
private int $currentStepNumber = 1,
private array $completedSteps = [],
Expand Down

0 comments on commit 294c18f

Please sign in to comment.