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.