@@ -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 | * |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | |
310 | 310 | |
311 | 311 | /** |
312 | - * @param boolean|\Data\Filter $filter The filter to user when reading users |
|
312 | + * @param \Data\Filter $filter The filter to user when reading users |
|
313 | 313 | * @param boolean|array $select The fields to return |
314 | 314 | * @param boolean|integer $top The number of records to return |
315 | 315 | * @param boolean|integer $skip The number of records to skip |
@@ -6,7 +6,6 @@ discard block |
||
6 | 6 | * @author Chris Wright |
7 | 7 | * @version 2.0 |
8 | 8 | * @param string $subject The subject string |
9 | - * @param bool $dn Treat subject as a DN if TRUE |
|
10 | 9 | * @param string|array $ignore Set of characters to leave untouched |
11 | 10 | * @return string The escaped string |
12 | 11 | */ |
@@ -216,7 +215,7 @@ discard block |
||
216 | 215 | /** |
217 | 216 | * Get the LDAP filter represented by the passed object |
218 | 217 | * |
219 | - * @param boolean|string|\Data\Filter $filter The fiter to use |
|
218 | + * @param boolean $filter The fiter to use |
|
220 | 219 | * |
221 | 220 | * @return string The filter in LDAP format |
222 | 221 | */ |