| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 0 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 20 | public function __construct(  | 
            ||
| 21 | public readonly ?string $name = null,  | 
            ||
| 22 | public readonly string|array|null $shortcut = null,  | 
            ||
| 23 | public readonly ?string $description = null,  | 
            ||
| 24 | public readonly int $mode = InputOption::VALUE_NONE,  | 
            ||
| 25 | public readonly \Closure|array $suggestedValues = []  | 
            ||
| 26 |     ) { | 
            ||
| 27 | }  | 
            ||
| 29 |