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