Completed
Push — master ( 79b248...eed258 )
by Dragos
03:38
created
src/Model/Notification/Customer/Customer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.