Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Feb 26, 2024
1 parent 73351b3 commit 217d651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(
/**
* Execute this step.
*
* @param array<mixed> $responses
* @param array<mixed> $responses
*/
public function run(array $responses): mixed
{
Expand All @@ -35,7 +35,7 @@ public function canRevert(): bool
/**
* Revert to the previous step.
*
* @param array<mixed> $responses
* @param array<mixed> $responses
*/
public function revert(array $responses): void
{
Expand Down

0 comments on commit 217d651

Please sign in to comment.