orisai/coding-standard

Strict PHP coding standard

3.10.1 2024-02-20 10:22 UTC

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!

68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f6f72697361692f636f64696e672d7374616e646172643f63616368653d33363030 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6f72697361692f636f64696e672d7374616e646172643f63616368653d33363030 68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e73652f4d504c2d322e302f626c75653f63616368653d33363030

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

}