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