|
@@ -429,7 +429,7 @@ |
|
|
block discarded – undo |
|
429
|
429
|
* LDAP_MODIFY_BATCH_REMOVE_ALL - All values are removed from the attribute named by attrib. |
|
430
|
430
|
* LDAP_MODIFY_BATCH_REPLACE - All current values are replaced by new one. |
|
431
|
431
|
* @param string $dn |
|
432
|
|
- * @param array $values array associative with three keys: "attrib", "modtype" and "values". |
|
|
432
|
+ * @param string[] $values array associative with three keys: "attrib", "modtype" and "values". |
|
433
|
433
|
* ```php |
|
434
|
434
|
* [ |
|
435
|
435
|
* "attrib" => "attribute", |
Please login to merge, or discard this patch.