Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 612 Bytes

SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing.md

File metadata and controls

16 lines (9 loc) · 612 Bytes

Pattern: Malformed attribute and target spacing

Issue: -

Description

Checks line count between attribute and its target (or target's documentation comment).

This rule provides the following settings:

  • allowOnSameLine: allow attribute and its target to be placed on the same line (default value is false)
  • linesCount: lines count between attribute and its target

Further Reading