@@ -18,6 +18,9 @@ |
||
| 18 | 18 | $this->projects($output); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param boolean $output |
|
| 23 | + */ |
|
| 21 | 24 | public function projects($output) |
| 22 | 25 | { |
| 23 | 26 | $projects = $this->_connection->api('projects')->all( |
@@ -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) |