chore: improves type checking

This commit is contained in:
Nuno Maduro
2022-11-09 20:34:18 +00:00
parent 348bd4b923
commit 3e325e3364
4 changed files with 2 additions and 3 deletions

View File

@ -12,6 +12,7 @@ parameters:
reportUnmatchedIgnoredErrors: true
ignoreErrors:
- '#Cannot instantiate interface PHPUnit\\Util\\Exception#'
- "#with a nullable type declaration#"
- "#type mixed is not subtype of native#"
- "#is not allowed to extend#"