@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Get the current resource of connection. |
101 | 101 | * |
102 | - * @return mixed |
|
102 | + * @return Connection |
|
103 | 103 | */ |
104 | 104 | public function getResource() |
105 | 105 | { |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * Retrieve the last error on the current |
141 | 141 | * connection. |
142 | 142 | * |
143 | - * @return string |
|
143 | + * @return boolean |
|
144 | 144 | */ |
145 | 145 | public function connect($hostname = [], $port = '389') |
146 | 146 | { |
@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | /** |
174 | 174 | * Closes the current connection. |
175 | 175 | * |
176 | - * @return mixed |
|
176 | + * @return boolean |
|
177 | 177 | */ |
178 | 178 | public function close() |
179 | 179 | { |