Ignore phpstan errors related to `DOMDocument` or `DOMElement`

This commit is contained in:
raviks789 2023-08-25 12:35:04 +02:00
parent d2a40e088d
commit 75c409703d
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ parameters:
ignoreErrors:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
- '#Cannot call method importNode\(\) on DOMDocument\|null.#'
# ldap_connect() returns `LDAP\Connection` in php >= 81
-