@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | private $tipoCambio; |
| 107 | 107 | |
| 108 | 108 | /** |
| 109 | - * @return mixed |
|
| 109 | + * @return string |
|
| 110 | 110 | */ |
| 111 | 111 | public function getTipoDoc() |
| 112 | 112 | { |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | - * @return mixed |
|
| 127 | + * @return string |
|
| 128 | 128 | */ |
| 129 | 129 | public function getNumDoc() |
| 130 | 130 | { |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | /** |
| 145 | - * @return mixed |
|
| 145 | + * @return \DateTime |
|
| 146 | 146 | */ |
| 147 | 147 | public function getFechaEmision() |
| 148 | 148 | { |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | /** |
| 181 | - * @return mixed |
|
| 181 | + * @return string |
|
| 182 | 182 | */ |
| 183 | 183 | public function getMoneda() |
| 184 | 184 | { |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | } |
| 197 | 197 | |
| 198 | 198 | /** |
| 199 | - * @return mixed |
|
| 199 | + * @return Payment[] |
|
| 200 | 200 | */ |
| 201 | 201 | public function getCobros() |
| 202 | 202 | { |
@@ -281,7 +281,7 @@ |
||
| 281 | 281 | } |
| 282 | 282 | |
| 283 | 283 | /** |
| 284 | - * @return mixed |
|
| 284 | + * @return RetentionDetail[] |
|
| 285 | 285 | */ |
| 286 | 286 | public function getDetails() |
| 287 | 287 | { |