refactoring

This commit is contained in:
Roland Gruber 2025-04-03 07:48:20 +02:00
parent 4084fd9951
commit db8cbaba37

View file

@ -27,6 +27,7 @@ parameters:
- '#Call to an undefined method object::.*#' - '#Call to an undefined method object::.*#'
- '#Parameter \#2 \$string of function explode expects string, .* given.#' - '#Parameter \#2 \$string of function explode expects string, .* given.#'
- '#Parameter \#2 \$result of function ldap_.* expects LDAP\\Result, array\|LDAP\\Result given.#' - '#Parameter \#2 \$result of function ldap_.* expects LDAP\\Result, array\|LDAP\\Result given.#'
- '#Cannot access an offset on mixed.#'
- '#Cannot access offset .* on mixed.#' - '#Cannot access offset .* on mixed.#'
- '#Cannot access offset .* on array\|int.#' - '#Cannot access offset .* on array\|int.#'
- '#Cannot access an offset on array\|Countable.#' - '#Cannot access an offset on array\|Countable.#'