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
<?phpclass ClassWithNoAnnotation
{
protectedfunctionmethodWithNoAnnotation(){
//code here
}
}
Expected result
Warning about missing annotation is displayed.
Actual result
ERROR | An error occurred during processing; checking has been aborted. The error message was: Undefined index: comment_closer in magento-coding-standard/Magento/Sniffs/Annotation/MethodAnnotationStructureSniff.php on line 48 (Internal.Exception)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Run
phpcs
against following code:Expected result
Warning about missing annotation is displayed.
Actual result
ERROR | An error occurred during processing; checking has been aborted. The error message was: Undefined index: comment_closer in magento-coding-standard/Magento/Sniffs/Annotation/MethodAnnotationStructureSniff.php on line 48 (Internal.Exception)
The text was updated successfully, but these errors were encountered: