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
In the "Commenting.InlineComment" sniffs (in various standards) the start char is validated to be an uppercase letter only, when it's lowercase letter.
I propose that we only validate end char to be dot, exclamation mark, etc., when first char is uppercase letter. This way commented code like below won't cause any trouble: