@return \Generator */
()
| 1682 | |
| 1683 | /** @return \Generator<int, Pen> */ |
| 1684 | public function getPens(): \Generator |
| 1685 | { |
| 1686 | yield new Pen(); |
| 1687 | } |
| 1688 | |
| 1689 | /** @return \Generator<int, Pencil, mixed, Pen> */ |
| 1690 | public function processPencils(): \Generator |
no outgoing calls
no test coverage detected