Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 870 Bytes

SlevomatCodingStandard.Classes.PropertySpacing.md

File metadata and controls

18 lines (11 loc) · 870 Bytes

Pattern: Inconsistent property spacing

Issue: -

Description

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 attribute
  • maxLinesCountBeforeWithComment: maximum number of lines before property with a documentation comment or attribute
  • minLinesCountBeforeWithoutComment: minimum number of lines before property without a documentation comment or attribute
  • maxLinesCountBeforeWithoutComment: maximum number of lines before property without a documentation comment or attribute

Further Reading