We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb08c7 commit f3f9e37Copy full SHA for f3f9e37
src/StateOutput/Action.php
@@ -9,10 +9,10 @@ final class Action
9
{
10
/** @var array<string, callable> */
11
private array $metrics = [];
12
- private ConsoleSectionOutput $section;
+ private readonly ConsoleSectionOutput $section;
13
14
public function __construct(
15
- private ConsoleOutput $output,
+ private readonly ConsoleOutput $output,
16
string $index,
17
string $label,
18
)
0 commit comments