@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Parses the API Reply |
54 | 54 | * |
55 | - * @param mixed $jsonreply |
|
55 | + * @param string $jsonreply |
|
56 | 56 | * |
57 | 57 | * @return mixed |
58 | 58 | */ |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | * Get the details of a user from LDAP using the given username. |
81 | 81 | * User found via configurable user filter. |
82 | 82 | * |
83 | - * @param $userName |
|
83 | + * @param string $userName |
|
84 | 84 | * @return array|null |
85 | 85 | * @throws LdapException |
86 | 86 | */ |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | * Bind the system user to the LDAP connection using the given credentials |
155 | 155 | * otherwise anonymous access is attempted. |
156 | 156 | * |
157 | - * @param $connection |
|
157 | + * @param resource $connection |
|
158 | 158 | * @throws LdapException |
159 | 159 | */ |
160 | 160 | protected function bindSystemUser($connection) |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Check if any operations are allowed for a Crud Panel. Return false if not. |
55 | 55 | * |
56 | - * @param array $operation_array |
|
56 | + * @param boolean $operation_array |
|
57 | 57 | * |
58 | 58 | * @return bool |
59 | 59 | */ |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | /** |
72 | 72 | * Check if all operations are allowed for a Crud Panel. Return false if not. |
73 | 73 | * |
74 | - * @param array $operation_array Permissions. |
|
74 | + * @param string $operation_array Permissions. |
|
75 | 75 | * |
76 | 76 | * @return bool |
77 | 77 | */ |