sy/coding-standard

SyFramework Coding Standard for PHP_CodeSniffer

1.1.1 2022-11-24 20:16 UTC

This package is auto-updated.

Last update: 2024-03-24 23:08:25 UTC


README

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