Ignore phpstan errors related to `DOMDocument` or `DOMElement`
This commit is contained in:
parent
d2a40e088d
commit
75c409703d
|
@ -26,6 +26,7 @@ parameters:
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#Unsafe usage of new static\(\)#'
|
- '#Unsafe usage of new static\(\)#'
|
||||||
- '#. but return statement is missing#'
|
- '#. but return statement is missing#'
|
||||||
|
- '#Cannot call method importNode\(\) on DOMDocument\|null.#'
|
||||||
|
|
||||||
# ldap_connect() returns `LDAP\Connection` in php >= 81
|
# ldap_connect() returns `LDAP\Connection` in php >= 81
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue