| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 20 | return $this->decoratedRunner->run(new class($command, $this->parameters) implements Command { |
||
| 21 | private $command; |
||
| 22 | private $parameters; |
||
| 23 | |||
| 24 | 4 | public function __construct(Command $command, array $parameters) |
|
| 28 | } |
||
| 29 | |||
| 30 | 4 | public function __toString(): string |
|
| 37 |