orisai / coding-standard
Strict PHP coding standard
Installs: 60 013
Dependents: 69
Suggesters: 0
Security: 0
Stars: 19
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.2.0 <8.3.0
- slevomat/coding-standard: ^8.6.0
- squizlabs/php_codesniffer: ^3.7.0
README
PHP coding standard built on top of PHP_CodeSniffer and Slevomat Coding Standard rules.
📄 Check out our documentation.
💸 If you like Orisai, please make a donation. Thank you!
final class FormattedCode { public function isSexy(): void { // It's hard to find great example. Just test it on your code. // May be annoying at first, but easier to read in the long term. } }