refactoring

This commit is contained in:
Roland Gruber 2025-10-02 21:55:55 +02:00
parent c7bf812759
commit dd3330a41b
2 changed files with 4 additions and 5 deletions

View file

@ -444,7 +444,7 @@ class AddEntryTask implements ImporterTask {
* Constructor
*
* @param string $dn DN
* @param array[string[]] $attributes list of attributes
* @param array<string, string[]> $attributes list of attributes
*/
public function __construct($dn, $attributes) {
$this->dn = $dn;
@ -601,7 +601,7 @@ class AddAttributesTask implements ImporterTask {
* Constructor
*
* @param string $dn DN
* @param array[string[]] $attributes list of attributes
* @param array<string, string[]> $attributes list of attributes
*/
public function __construct($dn, $attributes) {
$this->dn = $dn;
@ -657,7 +657,7 @@ class DeleteAttributesTask implements ImporterTask {
*
* @param string $dn DN
* @param string $attributeName attribute name
* @param array[string[]] $attributes list of attributes
* @param array<string, string[]> $attributes list of attributes
*/
public function __construct($dn, $attributeName, $attributes) {
$this->dn = $dn;
@ -726,7 +726,7 @@ class ReplaceAttributesTask implements ImporterTask {
* Constructor
*
* @param string $dn DN
* @param array[string[]] $attributes list of attributes
* @param array<string, string[]> $attributes list of attributes
*/
public function __construct($dn, $attributes) {
$this->dn = $dn;

View file

@ -44,7 +44,6 @@ parameters:
- lam/lib/plugins/extendedInvalidCredentials/MitKerberosExtraInvalidCredentialsProvider.inc (?)
ignoreErrors:
- '#Variable \$helpArray might not be defined.#'
- '#Offset .SID. on array.*in isset\(\) always exists.*#'
- '#Offset .preferred_username. does not exist on.*#'
- '#Strict comparison using !== between non-empty-list.*will always evaluate to true.*#'
- '#Strict comparison using !== between non-empty-array.*will always evaluate to true.*#'