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