| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 7 | private function buildGenerator() |
||
|
1 ignored issue
–
show
|
|||
| 8 | { |
||
| 9 | $closure = function () { yield 3; }; |
||
| 10 | |||
| 11 | 1 | return $closure(); |
|
| 12 | } |
||
| 13 | } |
||
| 14 |