Completed
Push — master ( 0092c4...c30585 )
by Christopher
01:44
created
src/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.