Completed
Push — master ( a010d0...acbc61 )
by Florian
04:56
created
lib/Payone/Api/Request/Genericpayment.php 2 patches
Indentation   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@  discard block
 block discarded – undo
12 12
  * Do not edit or add to this file if you wish to upgrade Payone to newer
13 13
  * versions in the future. If you wish to customize Payone for your
14 14
  * needs please refer to http://www.payone.de for more information.
15
-
16 15
  * @category        Payone
17 16
  * @package         Payone_Api
18 17
  * @subpackage      Request
@@ -236,7 +235,7 @@  discard block
 block discarded – undo
236 235
      * @return Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay
237 236
      */
238 237
     function getRatePay(){
239
-       return $this->ratePay;
238
+        return $this->ratePay;
240 239
     }
241 240
 
242 241
     /**
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,14 +235,14 @@
 block discarded – undo
235 235
     /**
236 236
      * @return Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay
237 237
      */
238
-    function getRatePay(){
238
+    function getRatePay() {
239 239
        return $this->ratePay;
240 240
     }
241 241
 
242 242
     /**
243 243
      * @param Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay $ratePay
244 244
      */
245
-    function setRatePay(Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay $ratePay){
245
+    function setRatePay(Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay $ratePay) {
246 246
         $this->ratePay = $ratePay;
247 247
     }
248 248
 
Please login to merge, or discard this patch.