Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent dcdcd18 commit 1fbd054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StepCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

use Kiboko\Contract\Pipeline\StepCodeInterface;

final class StepCode implements StepCodeInterface
final readonly class StepCode implements StepCodeInterface
{
private function __construct(
private readonly string $reference,
private string $reference,
) {
}

Expand Down

0 comments on commit 1fbd054

Please sign in to comment.