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

Method demo

examples/demo.php:2099–2102  ·  view source on GitHub ↗

Right-click → "Go to Implementations" on GtdPrintable to jump to GtdPlainPrinter and GtdHtmlPrinter below. Try: Go-to-Implementation on "format" → format() in each implementor

(GtdPrintable $printer)

Source from the content-addressed store, hash-verified

2097 // to jump to GtdPlainPrinter and GtdHtmlPrinter below.
2098 // Try: Go-to-Implementation on "format" → format() in each implementor
2099 public function demo(GtdPrintable $printer): string
2100 {
2101 return $printer->format();
2102 }
2103}
2104
2105interface GtdPrintable { public function format(): string; }

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected