Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/upgrade-pipeline-contrac…
Browse files Browse the repository at this point in the history
…ts' into feature/upgrade-pipeline-contracts
  • Loading branch information
gplanchat committed Nov 13, 2023
2 parents 9839494 + 1fbd054 commit 2b8bb81
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 2b8bb81

Please sign in to comment.