Ignore phpstan errors related to `DOMDocument` or `DOMElement`
This commit is contained in:
parent
d2a40e088d
commit
75c409703d
|
@ -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
|
||||
-
|
||||
|
|
Loading…
Reference in New Issue