sy / coding-standard
SyFramework Coding Standard for PHP_CodeSniffer
1.1.1
2022-11-24 20:16 UTC
Requires
- slevomat/coding-standard: ^8.6
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.