| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 31 | protected function ensureUseStatements(AbstractPhpStruct $struct) { |
||
| 32 | parent::ensureUseStatements($struct); |
||
| 33 | $struct->removeUseStatement('keeko\\framework\\foundation\\AbstractAction'); |
||
| 34 | $struct->addUseStatement('Symfony\\Component\\HttpFoundation\\Request'); |
||
| 35 | $struct->addUseStatement('Symfony\\Component\\HttpFoundation\\Response'); |
||
| 36 | } |
||
| 37 | } |