Console Tool Refactoring
This commit is contained in:
@@ -10,8 +10,8 @@ use RuntimeException;
|
||||
final class CliOption
|
||||
{
|
||||
private function __construct(
|
||||
public Action $action,
|
||||
public string $file
|
||||
public readonly Action $action,
|
||||
public readonly string $file
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user