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

Method demo

examples/demo.php:894–898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

892class ClassStringStaticDemo
893{
894 public function demo(): void
895 {
896 $cls = Pen::class;
897 $cls::make(); // static method from Pen
898 }
899}
900
901

Callers

nothing calls this directly

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected