| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | protected function configure() |
||
| 18 | { |
||
| 19 | $this->setName("list") |
||
| 20 | ->setDescription("Shows all classes with filepath") |
||
| 21 | ->addArgument( |
||
| 22 | "path", |
||
| 23 | InputArgument::REQUIRED, |
||
| 24 | "Path to the project root" |
||
| 25 | ); |
||
| 26 | } |
||
| 27 | protected function executeAsync(InputInterface $input, SocketOutput $output) |
||
| 44 |