Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
7 | final class PhiveInstallCommand implements Command |
||
8 | { |
||
9 | private string $alias; |
||
10 | private string $bin; |
||
11 | private ?string $sig; |
||
12 | |||
13 | 7 | public function __construct(string $alias, string $bin, ?string $sig = null) |
|
18 | } |
||
19 | |||
20 | 5 | public function __toString(): string |
|
36 |