diff --git a/phpstan.neon b/phpstan.neon index 0f0174d9e..28c40b504 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -26,7 +26,6 @@ parameters: - '#Parameter \#2 \$string of function explode expects string, array\|string given.#' - '#Parameter \#2 \$result of function ldap_get_entries expects LDAP\\Result, array\|LDAP\\Result given.#' - '#Cannot assign new offset to array\|string.#' - - '#Parameter \#1 \$result of function ldap_free_result expects LDAP\\Result, array\|LDAP\\Result given.#' - '#Cannot access offset .* on array\|int.#' - '#Parameter \#1 \$haystack of function strpos expects string, int\|string given.#' - '#Argument of an invalid type array\|int supplied for foreach, only iterables are supported.#'