@return \Generator */
()
| 1688 | |
| 1689 | /** @return \Generator<int, Pencil, mixed, Pen> */ |
| 1690 | public function processPencils(): \Generator |
| 1691 | { |
| 1692 | yield new Pencil(); |
| 1693 | } |
| 1694 | |
| 1695 | /** @return iterable<Pen> */ |
| 1696 | public function iterablePens(): iterable |
no outgoing calls
no test coverage detected