@@ -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 | { |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | /** |
211 | 211 | * Get the customer external ID. |
212 | 212 | * |
213 | - * @return int |
|
213 | + * @return string |
|
214 | 214 | */ |
215 | 215 | public function getCustomerExternalId() |
216 | 216 | { |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | /** |
257 | 257 | * Get the customer number. |
258 | 258 | * |
259 | - * @return int The customer number. |
|
259 | + * @return string The customer number. |
|
260 | 260 | */ |
261 | 261 | public function getCustomerNumber() |
262 | 262 | { |
@@ -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 | { |