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

Method demo

examples/demo.php:810–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

808class ArrayDestructuringDemo
809{
810 public function demo(): void
811 {
812 /** @var list<Pen> */
813 [$first, $second] = getUnknownValue();
814 $first->write(); // destructured element type
815 }
816}
817
818

Callers

nothing calls this directly

Calls 2

getUnknownValueFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected