Completed
Push — master ( 5159f0...6358b0 )
by Hannes
02:18 queued 01:45
created
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/CashOnDelivery.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,8 +143,8 @@
 block discarded – undo
143 143
     }
144 144
 
145 145
     /**
146
-         * @return string
147
-         */
146
+     * @return string
147
+     */
148 148
         public function getKey()
149 149
         {
150 150
             return $this->key;
Please login to merge, or discard this patch.
lib/Payone/Api/Service/ProtocolRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param null|Payone_Api_Response_Interface $response
45 45
      */
46 46
     public function protocol(Payone_Api_Request_Interface $request,
47
-                             Payone_Api_Response_Interface $response = null)
47
+                                Payone_Api_Response_Interface $response = null)
48 48
     {
49 49
         $request->setApplyFilters($this->getServiceApplyFilters());
50 50
         $response->setApplyFilters($this->getServiceApplyFilters());
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Management/GetInvoice.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
             $response->setRawResponse($adapter->getRawResponse());
74 74
 
75
-             $this->protocol($request, $response);
75
+                $this->protocol($request, $response);
76 76
         }
77 77
         catch (Exception $e) {
78 78
             $this->protocolException($e, $request);
Please login to merge, or discard this patch.
Payone/Api/Request/Parameter/ManageMandate/PaymentMethod/BankAccount.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,9 +33,9 @@
 block discarded – undo
33 33
 class Payone_Api_Request_Parameter_ManageMandate_PaymentMethod_BankAccount
34 34
     extends Payone_Api_Request_Parameter_ManageMandate_PaymentMethod_Abstract
35 35
 {
36
-     /**
37
-     * @var string
38
-     */
36
+        /**
37
+         * @var string
38
+         */
39 39
     protected $bankcountry = NULL;
40 40
     /**
41 41
      * @var string
Please login to merge, or discard this patch.
lib/Payone/Api/Request/Genericpayment.php 1 patch
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
@@ -254,7 +253,7 @@  discard block
 block discarded – undo
254 253
      */
255 254
     function getRatePay()
256 255
     {
257
-       return $this->ratePay;
256
+        return $this->ratePay;
258 257
     }
259 258
 
260 259
     /**
Please login to merge, or discard this patch.
lib/Payone/Api/Request/Vauthorization.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -34,11 +34,11 @@
 block discarded – undo
34 34
 {
35 35
     protected $request = Payone_Api_Enum_RequestType::VAUTHORIZATION;
36 36
 
37
-     /**
38
-     * Sub account ID
39
-     *
40
-     * @var int
41
-     */
37
+        /**
38
+         * Sub account ID
39
+         *
40
+         * @var int
41
+         */
42 42
     protected $aid = NULL;
43 43
     /**
44 44
      * @var string
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Management/GetFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
             $response->setRawResponse($adapter->getRawResponse());
74 74
 
75
-             $this->protocol($request, $response);
75
+                $this->protocol($request, $response);
76 76
         }
77 77
         catch (Exception $e) {
78 78
             $this->protocolException($e, $request);
Please login to merge, or discard this patch.
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Payolution.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /** @var string */
28 28
     protected $key = Payone_Enum_ClearingType::PAYOLUTION;
29 29
 
30
-   /**
30
+    /**
31 31
      * @return string
32 32
      */
33 33
     public function getKey()
Please login to merge, or discard this patch.
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/PayolutionDebit.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /** @var string */
28 28
     protected $key = Payone_Enum_ClearingType::PAYOLUTIONDEBIT;
29 29
 
30
-   /**
30
+    /**
31 31
      * @return string
32 32
      */
33 33
     public function getKey()
Please login to merge, or discard this patch.