We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
propertylookup
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
Input:
<?php $a = $var // Comment ->each() ;
each doesn't have leadingComments. Example from babylon https://astexplorer.net/#/gist/10e1259460e97f43e102343e9f86ff0f/e06c03bd57464f336a3ea68530eeeff01bfef30b
each
leadingComments
The text was updated successfully, but these errors were encountered:
cc64c70
it's fixed, but not sure how to reproduce this case : https://github.com/glayzzle/php-parser/blob/master/src/parser/variable.js#L58 - if you find a way to cover this path, it may contain the bug also
Sorry, something went wrong.
ichiriac
No branches or pull requests
Input:
each
doesn't haveleadingComments
. Example from babylon https://astexplorer.net/#/gist/10e1259460e97f43e102343e9f86ff0f/e06c03bd57464f336a3ea68530eeeff01bfef30bThe text was updated successfully, but these errors were encountered: