-
Notifications
You must be signed in to change notification settings - Fork 51
Issue #3516489 disregard phpstan-ignore comments in front of function declaration #263
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
Conversation
588914e
to
e912b6f
Compare
coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php
Outdated
Show resolved
Hide resolved
tests/Drupal/good/good.php
Outdated
t('Some long mulit-line | ||
t('Some long mulit-line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My editor automatically removed trailing spaces. Was this space needed? If so, this change should be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, we need this space for testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's intersting, because all the tests passed without it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted.
Drupal issue https://www.drupal.org/project/coder/issues/3516489