Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 472 Bytes

SlevomatCodingStandard.Classes.MethodSpacing.md

File metadata and controls

16 lines (9 loc) · 472 Bytes

Pattern: Malformed method spacing

Issue: -

Description

Checks that there is a certain number of blank lines between methods.

Rule provides the following settings:

  • minLinesCount: minimum number of blank lines
  • maxLinesCount: maximum number of blank lines

Further Reading