Completed
Push — master ( 44c621...11b336 )
by Dragos
14:17
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.