mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
d9bced28b4
commit
5fcf2bb7a1
6 changed files with 51 additions and 49 deletions
|
@ -22,15 +22,12 @@ parameters:
|
|||
- '#Used function [a-zA-Z0-9\\_-]+ not found.#'
|
||||
- '#Variable \$helpArray might not be defined.#'
|
||||
- '#Function [a-zA-Z0-9\(\)\\_-]+ has invalid return type [a-zA-Z0-9\\_-]+.#'
|
||||
- '#PHPDoc tag @throws with type LAMException is not subtype of Throwable#'
|
||||
- '#Throwing object of an unknown class [a-zA-Z0-9\\_-]+.#'
|
||||
- '#Parameter \#[0-9] \$[a-zA-Z_]+ of function [a-zA-Z_]+ expects [(]?callable.*#'
|
||||
- '#Call to an undefined method object::.*#'
|
||||
- '#Parameter \#2 \$string of function explode expects string, .* 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 array\|int.#'
|
||||
- '#Cannot access an offset on array\|Countable.#'
|
||||
- '#Cannot assign new offset to list\<string\>\|string.#'
|
||||
- '#Parameter \#1 \$haystack of function str_starts_with expects string, int\|string given.#'
|
||||
|
@ -40,7 +37,6 @@ parameters:
|
|||
- '#Parameter \#1 \$array of function array_keys expects array, mixed given.#'
|
||||
- '#Argument of an invalid type mixed supplied for foreach, only iterables are supported.#'
|
||||
- '#Parameter \#2 \$args of function call_user_func_array expects array<int\|string, mixed>, mixed given.#'
|
||||
- '#Cannot access offset non-falsy-string on array<string>\|object.#'
|
||||
- '#Unable to resolve the template type T in call to function array_values#'
|
||||
- '#Cannot call method .* on mixed.*#'
|
||||
- '#Cannot cast mixed to string.#'
|
||||
|
@ -50,3 +46,4 @@ parameters:
|
|||
- '#Cannot access property .* on mixed#'
|
||||
- '#.* function lamEncrypt expects string.*#'
|
||||
- '#.*class htmlHiddenInput constructor expects string, mixed given.*#'
|
||||
- '#Parameter \#1 \$string of class htmlOutputText constructor expects string, \(array\|float\|int\) given.#'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue