mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
c7bf812759
commit
dd3330a41b
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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.*#'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue