Console Tool Refactoring

main
Mathias Rothenhaeusler 2023-07-26 18:54:16 +02:00
parent 678a2e713b
commit 8bdb03c617
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ use RuntimeException;
final class CliOption final class CliOption
{ {
private function __construct( private function __construct(
public Action $action, public readonly Action $action,
public string $file public readonly string $file
) { ) {
} }