sy / coding-standard
SyFramework Coding Standard for PHP_CodeSniffer
Installs: 540
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sy/coding-standard
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.