You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ You can ignore certain patterns by using the `ignoreUnimportedSymbols` config op
106
106
</ruleset>
107
107
```
108
108
109
+
Despite the name, you can also use the `ignoreUnimportedSymbols` pattern to ignore specific unused imports.
110
+
109
111
## Usage
110
112
111
113
Most editors have a phpcs plugin available, but you can also run phpcs manually. To run phpcs on a file in your project, just use the command-line as follows (the `-s` causes the sniff code to be shown, which is very important for learning about an error).
0 commit comments