Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 573 Bytes

SlevomatCodingStandard.Namespaces.NamespaceSpacing.md

File metadata and controls

16 lines (9 loc) · 573 Bytes

Pattern: Inconsistent namespace spacing

Issue: -

Description

Enforces configurable number of lines before and after namespace.

Rule provides the following settings:

  • linesCountBeforeNamespace: allows to configure the number of lines before namespace.
  • linesCountAfterNamespace: allows to configure the number of lines after namespace.

Further Reading