Skip to content

Commit 283a8b5

Browse files
committed
Update Input.php
1 parent b8431e9 commit 283a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mako/cli/input/Input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Input
1919
* Constructor.
2020
*/
2121
public function __construct(
22-
protected ReaderInterface $reader,
22+
public protected(set) ReaderInterface $reader,
2323
public protected(set) ArgvParser $argumentParser
2424
) {
2525
}

0 commit comments

Comments
 (0)