Completed
Push — master ( 52e74d...bce1be )
by Christopher
02:13
created
Connection.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
      * Authenticate user
187 187
      * @param string $username
188 188
      * @param string $password
189
-     * @return int indicate occurrence of error. 
189
+     * @return boolean indicate occurrence of error. 
190 190
      */
191 191
     public function auth($username, $password)
192 192
     {
@@ -460,8 +460,6 @@  discard block
 block discarded – undo
460 460
     
461 461
     /**
462 462
      * Send LDAP pagination control.
463
-     * @param int    $pageSize
464
-     * @param bool   $isCritical
465 463
      * @param string $cookie
466 464
      * @return bool
467 465
      */
Please login to merge, or discard this patch.