You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since latest version of php-parser the start and end column are given in the position.Position struct, this should be enough to check positions in most cases.
More performant, readable and robust.