Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 696 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 696 Bytes

sy/coding-standard

SyFramework Coding Standard ruleset for PHP_CodeSniffer.

This coding standard is almost like the PSR12 with some main differences:

  • The K&R style is used for classes, methods and functions instead of Allman style
  • The tab character is used for indenting instead of space characters.

Tabs for indentation and spaces for alignment

Tabs for indendation and spaces for alignment