Completed
Push — master ( 198ef6...d4d4ec )
by Christopher
02:36
created
Connection.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -278,12 +278,12 @@
 block discarded – undo
278 278
         return ldap_modify_batch($this->resource, $dn, $values);
279 279
     }
280 280
 
281
-     /**
282
-     * Add attribute values to current attributes.
283
-     * @param string $dn
284
-     * @param array  $entry
285
-     * @return mixed
286
-     */
281
+        /**
282
+         * Add attribute values to current attributes.
283
+         * @param string $dn
284
+         * @param array  $entry
285
+         * @return mixed
286
+         */
287 287
     public function modAdd($dn, array $entry)
288 288
     {
289 289
         return ldap_mod_add($this->resource, $dn, $entry);
Please login to merge, or discard this patch.