Skip to content

Commit 2f2db2a

Browse files
committed
docs: clarify that PHPCS and PHP-CS-Fixer can be used independently
1 parent b57ba26 commit 2f2db2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
# IxDF Coding Standard
77

8-
An opinionated coding standard for PHP/Laravel projects. Provides **PHP_CodeSniffer** rules and a shared **PHP-CS-Fixer** configuration.
8+
An opinionated coding standard for PHP/Laravel projects. Provides two independent tools — use either one or both together:
9+
10+
- **PHP_CodeSniffer** — custom sniffs for strict types and Laravel conventions
11+
- **PHP-CS-Fixer** — shared config with 80+ rules based on PER-CS 3.0
912

1013
## Installation
1114

0 commit comments

Comments
 (0)