MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / processPencils

Method processPencils

examples/demo.php:1690–1693  ·  view source on GitHub ↗

@return \Generator */

()

Source from the content-addressed store, hash-verified

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

Callers 2

demoMethod · 0.95
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected