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
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | An error occurred during processing; checking has been aborted. The error message was: Undefined index: comment_opener in /home/bgorski/devilbox/data/www/github-magento2-ce/htdocs/vendor/magento/magento-coding-standard/Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php on
| | line 71
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This prevents phpcs from processing the class any further.
That's the token wrongly interpreted as a comment closing:
@barbazul it's not. While typed properties cause the sniff to fail in both tickets, in there different behavior is reported, it's marked as fixed and closed.
In here, the sniff fails to process the code completely.
Preconditions
Steps to reproduce
Expected result
Actual result
This prevents phpcs from processing the class any further.
That's the token wrongly interpreted as a comment closing:
The text was updated successfully, but these errors were encountered: