Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
54 | protected function execute(InputInterface $input, OutputInterface $output) |
||
55 | { |
||
56 | foreach ($this->classes as $className) { |
||
57 | $output->write('Generating "<info>' . $className . '</info>" '); |
||
58 | $this->hydratorFactory->getHydratorClassName($className); |
||
59 | $output->writeLn('<comment>Done</comment>'); |
||
60 | } |
||
61 | } |
||
62 | } |
||
63 |