Completed
Push — master ( 95df18...b22833 )
by Florian
12:05
created
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.