@@ -660,7 +660,7 @@ |
||
| 660 | 660 | /** |
| 661 | 661 | * Get the customer number. |
| 662 | 662 | * |
| 663 | - * @return int |
|
| 663 | + * @return string |
|
| 664 | 664 | */ |
| 665 | 665 | public function getCustomerNumber() |
| 666 | 666 | { |
@@ -159,7 +159,7 @@ |
||
| 159 | 159 | /** |
| 160 | 160 | * Get the customer number. |
| 161 | 161 | * |
| 162 | - * @return integer |
|
| 162 | + * @return string |
|
| 163 | 163 | */ |
| 164 | 164 | public function getCustomerNumber() |
| 165 | 165 | { |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | /** |
| 202 | 202 | * Get the customer external ID. |
| 203 | 203 | * |
| 204 | - * @return int |
|
| 204 | + * @return string |
|
| 205 | 205 | */ |
| 206 | 206 | public function getCustomerExternalId() |
| 207 | 207 | { |
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | /** |
| 248 | 248 | * Get the customer number. |
| 249 | 249 | * |
| 250 | - * @return int The customer number. |
|
| 250 | + * @return string The customer number. |
|
| 251 | 251 | */ |
| 252 | 252 | public function getCustomerNumber() |
| 253 | 253 | { |