mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
40 lines
2.2 KiB
Text
40 lines
2.2 KiB
Text
parameters:
|
|
level: 8
|
|
scanDirectories:
|
|
- lam/lib
|
|
- lam/templates
|
|
paths:
|
|
- lam/lib
|
|
- lam/templates
|
|
excludePaths:
|
|
analyseAndScan:
|
|
- */3rdParty/*
|
|
ignoreErrors:
|
|
- '#.* on an unknown class .*#'
|
|
- '#.* has invalid type .*#'
|
|
- '#Function [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Instantiated class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Caught class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#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, array\|string given.#'
|
|
- '#Parameter \#2 \$result of function ldap_get_entries expects LDAP\\Result, array\|LDAP\\Result given.#'
|
|
- '#Cannot assign new offset to array<int, string>\|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.#'
|
|
- '#Cannot access offset mixed on non-empty-array\|int.#'
|
|
- '#Parameter \#1 \$ldap of function ldap_get_values_len expects LDAP\\Connection, resource given.#'
|
|
- '#Parameter \#2 \$result of function ldap_first_entry expects LDAP\\Result, array\|LDAP\\Result given.#'
|
|
- '#Parameter \#1 \$ldap of function ldap_first_entry expects LDAP\\Connection, resource given.#'
|
|
- '#Parameter \#1 \$ldap of function ldap_read expects array\|LDAP\\Connection, resource given.#'
|
|
- '#Parameter \#1 \$ldap of function ldap_get_entries expects LDAP\\Connection, resource given.#'
|
|
- '#Parameter \#1 \$string of function htmlspecialchars expects string, array\|string given.#'
|
|
- '#Parameter \#1 \$name of function LAM\\ACCOUNTLIST\\search_username expects string, array\|string given.#'
|