MCPcopy Index your code
hub / github.com/PHPantom-dev/phpantom_lsp / ScaffoldingAstNodeInterface

Interface ScaffoldingAstNodeInterface

examples/demo.php:3547–3550  ·  view source on GitHub ↗

── Template-param @mixin scaffolding ───────────────────────────────────────

Source from the content-addressed store, hash-verified

3545
3546// ── Template-param @mixin scaffolding ───────────────────────────────────────
3547interface ScaffoldingAstNodeInterface {
3548 public function getStartColumn(): int;
3549 public function getEndColumn(): int;
3550}
3551
3552/**
3553 * @template-covariant TNode of ScaffoldingAstNodeInterface

Callers 1

runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected