Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 504 Bytes

SlevomatCodingStandard.Classes.BackedEnumTypeSpacing.md

File metadata and controls

16 lines (9 loc) · 504 Bytes

Pattern: Malformed backed enum type spacing

Issue: -

Description

Checks number of spaces before : and before type.

Rule provides the following settings:

  • spacesCountBeforeColon: the number of spaces before :.
  • spacesCountBeforeType: the number of spaces before type.

Further Reading