Quellcode durchsuchen

Fixes DocBlocks in Zend_Service_LiveDocx

Closes #630
frank vor 10 Jahren
Ursprung
Commit
79b4def951
1 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
  1. 4 5
      library/Zend/Service/LiveDocx.php

+ 4 - 5
library/Zend/Service/LiveDocx.php

@@ -125,7 +125,6 @@ class Zend_Service_LiveDocx
      * {/code}
      *
      * @param  array|Zend_Config $options
-     * @return void
      * @throws Zend_Service_LiveDocx_Exception
      * @since  LiveDocx 1.0
      */
@@ -221,9 +220,6 @@ class Zend_Service_LiveDocx
     /**
      * Log in to LiveDocx service
      *
-     * @param string $username
-     * @param string $password
-     *
      * @throws Zend_Service_LiveDocx_Exception
      * @return boolean
      * @since  LiveDocx 1.2
@@ -304,6 +300,7 @@ class Zend_Service_LiveDocx
     /**
      * Set username
      *
+     * @param string $username
      * @return Zend_Service_LiveDocx
      * @since  LiveDocx 1.0
      */
@@ -316,6 +313,7 @@ class Zend_Service_LiveDocx
     /**
      * Set password
      *
+     * @param string $password
      * @return Zend_Service_LiveDocx
      * @since  LiveDocx 1.0
      */
@@ -328,6 +326,7 @@ class Zend_Service_LiveDocx
     /**
      * Set WSDL of LiveDocx web service
      *
+     * @param string $wsdl
      * @return Zend_Service_LiveDocx
      * @since  LiveDocx 1.0
      */
@@ -370,7 +369,7 @@ class Zend_Service_LiveDocx
     /**
      * Return WSDL of LiveDocx web service
      *
-     * @return Zend_Service_LiveDocx
+     * @return string
      * @since  LiveDocx 1.0
      */
     public function getWsdl()