Completed
Push — master ( 6052c1...79b248 )
by Dragos
04:15
created
src/Model/Invoice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -660,7 +660,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Model/Notification/Customer/Customer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 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.
src/Service/Customer/Get/RequestData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.