| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | protected function configure() |
||
| 35 | { |
||
| 36 | parent::configure(); |
||
| 37 | |||
| 38 | $this |
||
| 39 | ->setName('doctrine:schema:create') |
||
| 40 | ->setDescription('Executes (or dumps) the SQL needed to generate the database schema') |
||
| 41 | ->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command'); |
||
| 42 | } |
||
| 43 | |||
| 54 |