Completed
Branch master (bd3e6a)
by Dragos
16:45
created
src/Service/Subscription/Get/RequestData.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * Set the customer ID.
89 89
      *
90 90
      * @param integer $customerId The customer ID.
91
-     * @return RequestData
91
+     * @return integer
92 92
      */
93 93
     public function setCustomerId($customerId)
94 94
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     /**
122 122
      * Get the external customer ID.
123 123
      *
124
-     * @return string
124
+     * @return integer
125 125
      */
126 126
     public function getExternalCustomerId()
127 127
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      * Set the external customer ID.
133 133
      *
134 134
      * @param string $externalCustomerId The external customer ID.
135
-     * @return RequestData
135
+     * @return string
136 136
      */
137 137
     public function setExternalCustomerId($externalCustomerId)
138 138
     {
Please login to merge, or discard this patch.