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