coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

DeclareStrictTypesSniff: Fixing number of empty lines after line comment

Open maryo opened this issue 1 year ago • 0 comments

When the previous effective token before declare statement is line comment (// .../# ..), the comment spans across the entire line and there is no newline whitespace token. The number of lines was counter incorrectly in such case.

maryo avatar Aug 19 '24 22:08 maryo