@@ -125,7 +125,6 @@ class Zend_Service_LiveDocx
125
125
* {/code}
126
126
*
127
127
* @param array|Zend_Config $options
128
- * @return void
129
128
* @throws Zend_Service_LiveDocx_Exception
130
129
* @since LiveDocx 1.0
131
130
*/
@@ -221,9 +220,6 @@ public function setSoapClient(Zend_Soap_Client $soapClient)
221
220
/**
222
221
* Log in to LiveDocx service
223
222
*
224
- * @param string $username
225
- * @param string $password
226
- *
227
223
* @throws Zend_Service_LiveDocx_Exception
228
224
* @return boolean
229
225
* @since LiveDocx 1.2
@@ -304,6 +300,7 @@ public function isLoggedIn()
304
300
/**
305
301
* Set username
306
302
*
303
+ * @param string $username
307
304
* @return Zend_Service_LiveDocx
308
305
* @since LiveDocx 1.0
309
306
*/
@@ -316,6 +313,7 @@ public function setUsername($username)
316
313
/**
317
314
* Set password
318
315
*
316
+ * @param string $password
319
317
* @return Zend_Service_LiveDocx
320
318
* @since LiveDocx 1.0
321
319
*/
@@ -328,6 +326,7 @@ public function setPassword($password)
328
326
/**
329
327
* Set WSDL of LiveDocx web service
330
328
*
329
+ * @param string $wsdl
331
330
* @return Zend_Service_LiveDocx
332
331
* @since LiveDocx 1.0
333
332
*/
@@ -370,7 +369,7 @@ public function getPassword()
370
369
/**
371
370
* Return WSDL of LiveDocx web service
372
371
*
373
- * @return Zend_Service_LiveDocx
372
+ * @return string
374
373
* @since LiveDocx 1.0
375
374
*/
376
375
public function getWsdl ()
0 commit comments