Completed
Push — master ( 6052c1...79b248 )
by Dragos
04:15
created
src/Service/Subscription/Get/RequestData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * Set the customer ID.
88 88
      *
89 89
      * @param integer $customerId The customer ID.
90
-     * @return RequestData
90
+     * @return integer
91 91
      */
92 92
     public function setCustomerId($customerId)
93 93
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Get the external customer ID.
122 122
      *
123
-     * @return string
123
+     * @return integer
124 124
      */
125 125
     public function getExternalCustomerId()
126 126
     {
Please login to merge, or discard this patch.
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.