Skip to content

Idea: Make ast\Node->endLineno a declared property? #214

Description

@TysonAndre

Historically, ast\Node\Decl was a subclass of ast\Node, but in the latest AST parsing versions, everything is combined.

Alternately, php-ast could add an attributes array property to which a field endLineno could be added in AST versions exceeding some minimum value (and stop setting endLineno in older AST versions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions