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

Method getPens

examples/demo.php:1684–1687  ·  view source on GitHub ↗

@return \Generator */

()

Source from the content-addressed store, hash-verified

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

Callers 3

demoMethod · 0.95
demoMethod · 0.45
runDemoAssertionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected