| Total Complexity | 5 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | final class IO extends SymfonyStyle |
||
| 24 | { |
||
| 25 | private $input; |
||
| 26 | private $output; |
||
| 27 | |||
| 28 | public static function createNull(): self |
||
| 33 | ); |
||
| 34 | } |
||
| 35 | |||
| 36 | public function __construct(InputInterface $input, OutputInterface $output) |
||
| 42 | } |
||
| 43 | |||
| 44 | public function getInput(): InputInterface |
||
| 47 | } |
||
| 48 | |||
| 49 | public function isInteractive(): bool |
||
| 52 | } |
||
| 53 | |||
| 54 | public function getOutput(): OutputInterface |
||
| 59 |