Skip to content

Commit ee95fe8

Browse files
lee-togithub-actions[bot]
authored andcommitted
[rector] Rector fixes
1 parent 4096b58 commit ee95fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Casts/LayoutItem.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
final class LayoutItem implements JsonSerializable
1010
{
1111
public function __construct(
12-
private string $name,
13-
private int $key = 0,
14-
private array $values = []
12+
private readonly string $name,
13+
private readonly int $key = 0,
14+
private readonly array $values = []
1515
) {
1616
}
1717

0 commit comments

Comments
 (0)