We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849bb92 commit b9d60f2Copy full SHA for b9d60f2
2 files changed
.changeset/calm-tools-vanish.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-php': patch
3
4
+
5
+Correct documentation for fixable rules
README.md
@@ -9,7 +9,7 @@ An ESLint plugin to lint PHP files.
9
## Installation
10
11
```bash
12
-npm i -D eslint eslint-plugin-php
+npm i -D eslint-plugin-php
13
```
14
15
## Usage
@@ -42,5 +42,5 @@ export default defineConfig([
42
43
| Rule ID | Description | Fixable? |
44
| ---------------------- | ------------------------------------- | -------- |
45
-| `php/eqeqeq` | Require the use of `===` and `!==` | ✅ |
46
-| `php/no-array-keyword` | Disallow the use of the array keyword | ❌ |
+| `php/eqeqeq` | Require the use of `===` and `!==` | ❌ |
+| `php/no-array-keyword` | Disallow the use of the array keyword | ✅ |
0 commit comments