Overview of Slevomat Coding Standard
masterSlevomat Coding Standard is a collection of sniffs for PHP_CodeSniffer. The sniffs are categorized into three main types to help maintain high-quality PHP codebases:
- Functional: Improves the safety and behavior of your code.
- Cleaning: Detects dead code that can be removed.
- Formatting: Ensures consistent code appearance and style.