Completed
Push — master ( d77618...1290c6 )
by Florian
04:20
created
lib/Payone/Settings/Configuration/PaymentMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         $constants = $this->getClassConstants('Payone_Enum_ClearingType');
42 42
         
43
-        if($blFlipArray === true) {
43
+        if ($blFlipArray === true) {
44 44
             $constants = array_flip($constants);
45 45
         }
46 46
         return $constants;
Please login to merge, or discard this patch.