@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | /** |
141 | 141 | * Return an instance to the \LDAP\LDAPServer object instance |
142 | 142 | * |
143 | - * @param boolean $bind_write Should we be able to write to the server? |
|
143 | + * @param boolean $bindWrite Should we be able to write to the server? |
|
144 | 144 | * |
145 | 145 | * @return \LDAP\LDAPServer|false The server instance if the binding was successful, otherwise false |
146 | 146 | * |
@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | * |
220 | 220 | * @param \stdClass $data The AuthData from the session |
221 | 221 | * |
222 | - * @return null|\Auth\LDAPUser The LDAPUser represented by this data |
|
222 | + * @return LDAPUser The LDAPUser represented by this data |
|
223 | 223 | */ |
224 | 224 | public function getUser($data) |
225 | 225 | { |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | |
317 | 317 | |
318 | 318 | /** |
319 | - * @param boolean|\Data\Filter $filter The filter to user when reading users |
|
319 | + * @param \Data\Filter $filter The filter to user when reading users |
|
320 | 320 | * @param boolean|array $select The fields to return |
321 | 321 | * @param boolean|integer $top The number of records to return |
322 | 322 | * @param boolean|integer $skip The number of records to skip |