Skip to content

Commit f3f9e37

Browse files
committed
[rector] Rector fixes
1 parent 7fb08c7 commit f3f9e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StateOutput/Action.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ final class Action
99
{
1010
/** @var array<string, callable> */
1111
private array $metrics = [];
12-
private ConsoleSectionOutput $section;
12+
private readonly ConsoleSectionOutput $section;
1313

1414
public function __construct(
15-
private ConsoleOutput $output,
15+
private readonly ConsoleOutput $output,
1616
string $index,
1717
string $label,
1818
)

0 commit comments

Comments
 (0)