Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 726 Bytes

SlevomatCodingStandard.Classes.ParentCallSpacing.md

File metadata and controls

18 lines (11 loc) · 726 Bytes

Pattern: Malformed parent call spacing

Issue: -

Description

Enforces configurable number of lines around parent method call.

Rule provides the following settings:

  • linesCountBefore: allows to configure the number of lines before parent call.
  • linesCountBeforeFirst: allows to configure the number of lines before first parent call.
  • linesCountAfter: allows to configure the number of lines after parent call.
  • linesCountAfterLast: allows to configure the number of lines after last parent call.

Further Reading