Completed
Push — master ( 4b710d...0ce398 )
by Florian
03:51
created
lib/Payone/Api/Response/Parameter/Paydata/DataItem.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     protected $data = NULL;
41 41
 
42 42
     /**
43
-     * @param int $key
44 43
      * @return array
45 44
      */
46 45
     public function toArray()
Please login to merge, or discard this patch.
lib/Payone/Builder.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * @api
70 70
      *
71
-     * @return Payone_ClientApi_Service_GenerateHash
71
+     * @return Payone_Api_Service_Payment_Abstract
72 72
      */
73 73
     public function buildServiceClientApiGenerateHash() 
74 74
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * @api
130 130
      *
131
-     * @return Payone_Api_Service_Verification_3dsCheck
131
+     * @return Payone_Api_Service_Payment_Abstract
132 132
      */
133 133
     public function buildServiceVerification3dsCheck() 
134 134
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     /**
139 139
      * @api
140 140
      *
141
-     * @return Payone_Api_Service_Management_GetInvoice
141
+     * @return Payone_Api_Service_Payment_Abstract
142 142
      */
143 143
     public function buildServiceManagementGetInvoice() 
144 144
     {
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     /**
149 149
      * @api
150 150
      *
151
-     * @return Payone_Api_Service_Management_GetFile
151
+     * @return Payone_Api_Service_Payment_Abstract
152 152
      */
153 153
     public function buildServiceManagementGetFile() 
154 154
     {
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * @api
160 160
      *
161
-     * @return Payone_Api_Service_Management_ManageMandate
161
+     * @return Payone_Api_Service_Payment_Abstract
162 162
      */
163 163
     public function buildServiceManagementManageMandate() 
164 164
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * @api
170 170
      *
171
-     * @return Payone_Api_Service_Verification_AddressCheck
171
+     * @return Payone_Api_Service_Payment_Abstract
172 172
      */
173 173
     public function buildServiceVerificationAddressCheck() 
174 174
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * @api
180 180
      *
181
-     * @return Payone_Api_Service_Verification_CreditCardCheck
181
+     * @return Payone_Api_Service_Payment_Abstract
182 182
      */
183 183
     public function buildServiceVerificationCreditCardCheck() 
184 184
     {
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * @api
190 190
      *
191
-     * @return Payone_Api_Service_Verification_BankAccountCheck
191
+     * @return Payone_Api_Service_Payment_Abstract
192 192
      */
193 193
     public function buildServiceVerificationBankAccountCheck() 
194 194
     {
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     /**
199 199
      * @api
200 200
      *
201
-     * @return Payone_Api_Service_Verification_Consumerscore
201
+     * @return Payone_Api_Service_Payment_Abstract
202 202
      */
203 203
     public function buildServiceVerificationConsumerscore() 
204 204
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * @api
210 210
      *
211
-     * @return Payone_Settings_Service_XmlGenerate
211
+     * @return Payone_Api_Service_Payment_Abstract
212 212
      */
213 213
     public function buildServiceSettingsXmlGenerate() 
214 214
     {
Please login to merge, or discard this patch.