@@ -186,7 +186,7 @@ discard block |
||
| 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 |
||
| 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 | */ |