Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with positions with # comments #21

Closed
i582 opened this issue Aug 2, 2021 · 0 comments · Fixed by #22
Closed

Bug with positions with # comments #21

i582 opened this issue Aug 2, 2021 · 0 comments · Fixed by #22
Labels
bug Something isn't working

Comments

@i582
Copy link
Contributor

i582 commented Aug 2, 2021

PHP Version

8.0+

Code Example

<?php
#
# Comment
#

$a = 100;

Actual Behavior

$a: startLine = 4

Expected Behavior

$a: startLine = 6

@i582 i582 added the bug Something isn't working label Aug 2, 2021
@i582 i582 closed this as completed in #22 Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant