orisai/coding-standard

Strict PHP coding standard

3.10.2 2024-06-19 07:34 UTC

README

Orisai
Coding Standard - PHP

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.
	}

}