Skip to content

Commit b6f0f9d

Browse files
authored
Update README.md
1 parent 11e2707 commit b6f0f9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
Custom PHP 7.4 ruleset for [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
44

5-
Ruleset uses sniffs bundled with PHPCS, numerous sniffs from [Slevomat coding-standard](https://github.com/slevomat/coding-standard), and also some of its own custom built sniffs.
65
It is designed for PHP 7.4 because of its specific property spacing, which is not plausible without typed properties.
76

87
## Features
98

109
- 97% PSR12 compatible
1110
- Slevomat rules
11+
- [Slevomat coding-standard](https://github.com/slevomat/coding-standard)
1212
- Ruleset includes vast majority of Slevomat sniffs as they're great extension of PSR12 with wider scope and stricter requirements.
13+
- CDN77 rules
14+
- [CDN77 coding-standard](https://github.com/cdn77/coding-standard)
1315
- Custome rules
1416
- Package also introduces its own sniffs with more additional checks.
1517

0 commit comments

Comments
 (0)