orisai / coding-standard
严格的PHP编码标准
3.10.2
2024-06-19 07:34 UTC
Requires
- php: 7.2 - 8.4
- dealerdirect/phpcodesniffer-composer-installer: ^0.6.2 || ^0.7 || ^1.0
- slevomat/coding-standard: ^8.14.0
- squizlabs/php_codesniffer: ^3.8.0
This package is auto-updated.
Last update: 2024-09-20 17:32:40 UTC
README
编码标准 - PHP
基于PHP_CodeSniffer和Slevomat Coding Standard规则的PHP编码标准。
📄 查看我们的文档。
💸 如果你喜欢Orisai,请捐款。谢谢!
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. } }