Pattern: Inconsistent property spacing
Issue: -
Checks that there is a certain number of blank lines between properties.
Rule provides the following settings:
minLinesCountBeforeWithComment
: minimum number of lines before property with a documentation comment or attributemaxLinesCountBeforeWithComment
: maximum number of lines before property with a documentation comment or attributeminLinesCountBeforeWithoutComment
: minimum number of lines before property without a documentation comment or attributemaxLinesCountBeforeWithoutComment
: maximum number of lines before property without a documentation comment or attribute