| Conditions | 2 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 46 | private function printImageLocation($imageUrl) |
||
| 47 | { |
||
| 48 | $this->output->writeln( |
||
| 49 | sprintf('<comment>Screenshot has been taken. Open image at <error>%s</error></comment>', $imageUrl), |
||
| 50 | $this->output->isDecorated() ? OutputInterface::OUTPUT_NORMAL : OutputInterface::OUTPUT_PLAIN |
||
| 51 | ); |
||
| 52 | } |
||
| 53 | } |
||
| 54 |