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

Method demo

examples/demo.php:2221–2225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2219class TernaryNarrowingDemo
2220{
2221 public function demo(): void
2222 {
2223 $thing = pickRockOrBanana();
2224 $thing instanceof Rock ? $thing->crush() : $thing->peel();
2225 }
2226}
2227
2228

Callers

nothing calls this directly

Calls 3

pickRockOrBananaFunction · 0.85
crushMethod · 0.80
peelMethod · 0.80

Tested by

no test coverage detected