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

Method iterablePens

examples/demo.php:1696–1699  ·  view source on GitHub ↗

@return iterable */

()

Source from the content-addressed store, hash-verified

1694
1695 /** @return iterable<Pen> */
1696 public function iterablePens(): iterable
1697 {
1698 return [];
1699 }
1700
1701 /**
1702 * @param \Generator<int, Pencil> $pencils

Callers 1

demoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected