| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | 1 | protected function addMethods(PhpClass $class, ActionSchema $action) { |
|
|
1 ignored issue
–
show
|
|||
| 10 | // method: run(Request $request, $data = null) |
||
| 11 | 1 | $class->setMethod($this->generateRunMethod($this->twig->render('blank-run.twig'))); |
|
| 12 | 1 | } |
|
| 13 | |||
| 14 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.