@@ -178,7 +178,7 @@ |
||
| 178 | 178 | /** |
| 179 | 179 | * Sets $_batteryDate. |
| 180 | 180 | * |
| 181 | - * @param object $batteryDate battery date |
|
| 181 | + * @param string $batteryDate battery date |
|
| 182 | 182 | * |
| 183 | 183 | * @see UPSDevice::$_batteryDate |
| 184 | 184 | * |
@@ -633,7 +633,7 @@ |
||
| 633 | 633 | /** |
| 634 | 634 | * get the xml object |
| 635 | 635 | * |
| 636 | - * @return string |
|
| 636 | + * @return SimpleXMLElement |
|
| 637 | 637 | */ |
| 638 | 638 | public function getXml() |
| 639 | 639 | { |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | /** |
| 132 | 132 | * generates the XML content for the plugin |
| 133 | 133 | * |
| 134 | - * @return SimpleXMLObject entire XML content for the plugin |
|
| 134 | + * @return SimpleXMLElement entire XML content for the plugin |
|
| 135 | 135 | */ |
| 136 | 136 | public function xml() |
| 137 | 137 | { |
@@ -221,6 +221,7 @@ |
||
| 221 | 221 | * @param Array $child part of the array which should be appended to the XML |
| 222 | 222 | * @param SimpleXMLExtended $xml XML-Object to which the array content is appended |
| 223 | 223 | * @param Array &$positions array with parent positions in xml structure |
| 224 | + * @param integer[] $positions |
|
| 224 | 225 | * |
| 225 | 226 | * @return SimpleXMLExtended Object with the appended array content |
| 226 | 227 | */ |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * We are disabling this function on Windows OSes right now until |
| 45 | 45 | * we can be certain of the proper way to check world-readability |
| 46 | 46 | * |
| 47 | - * @return unknown |
|
| 47 | + * @return boolean |
|
| 48 | 48 | */ |
| 49 | 49 | function isTestable() { |
| 50 | 50 | if ($this->osIsWindows()) { |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | /** |
| 132 | 132 | * generates the XML content for the plugin |
| 133 | 133 | * |
| 134 | - * @return SimpleXMLObject entire XML content for the plugin |
|
| 134 | + * @return SimpleXMLElement entire XML content for the plugin |
|
| 135 | 135 | */ |
| 136 | 136 | public function xml() |
| 137 | 137 | { |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | /** |
| 132 | 132 | * generates the XML content for the plugin |
| 133 | 133 | * |
| 134 | - * @return SimpleXMLObject entire XML content for the plugin |
|
| 134 | + * @return SimpleXMLElement entire XML content for the plugin |
|
| 135 | 135 | */ |
| 136 | 136 | public function xml() |
| 137 | 137 | { |