Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored and github-actions[bot] committed Dec 5, 2023
1 parent b8b116e commit 7e75a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/StringableObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

final class StringableObject implements Stringable
{
public function __construct(private string $string)
public function __construct(private readonly string $string)
{
}

Expand Down

0 comments on commit 7e75a46

Please sign in to comment.