We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9027c84 commit c632f21Copy full SHA for c632f21
README.md
@@ -18,6 +18,12 @@ For example if there is an image subfolder under your extension project workspac
18
19

20
21
+## Known Issues
22
+
23
+- The extension does not support traits. ([#3](https://github.com/marabesi/php-import-checker/issues/3))
24
+- If the imported class with `use` is inside a comment block, the extension is
25
+not going to highlight as a unused class. ([#10](https://github.com/marabesi/php-import-checker/issues/10))
26
27
28
29
## Requirements
0 commit comments