feat: improves DX on auto-complete

This commit is contained in:
Nuno Maduro
2023-02-17 21:02:07 +00:00
parent efca71f1e7
commit 49619ff2b5
5 changed files with 7 additions and 10 deletions

View File

@ -14,6 +14,7 @@ parameters:
ignoreErrors:
- "#Language construct isset\\(\\) should not be used.#"
- "#is not allowed to extend#"
- "#is concrete, but does not have a Test suffix#"
- "#with a nullable type declaration#"
- "#type mixed is not subtype of native#"
- "# with null as default value#"