Completed
Pull Request — master (#4)
by Rimas
04:59
created
Connection.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,6 +133,10 @@  discard block
 block discarded – undo
133 133
     protected $userDN;
134 134
     
135 135
     # Create AD password (Microsoft Active Directory password format)
136
+
137
+    /**
138
+     * @param string $password
139
+     */
136 140
     protected static function encodePassword($password) {
137 141
         $password = "\"" . $password . "\"";
138 142
         $adpassword = mb_convert_encoding($password, "UTF-16LE", "UTF-8");
@@ -566,8 +570,6 @@  discard block
 block discarded – undo
566 570
     
567 571
     /**
568 572
      * Send LDAP pagination control.
569
-     * @param int    $pageSize
570
-     * @param bool   $isCritical
571 573
      * @param string $cookie
572 574
      * @return bool
573 575
      */
Please login to merge, or discard this patch.