@@ -41,8 +41,8 @@ |
||
| 41 | 41 | * |
| 42 | 42 | * @return string |
| 43 | 43 | */ |
| 44 | - public static function transform( $type ) { |
|
| 45 | - switch ( $type ) { |
|
| 44 | + public static function transform($type) { |
|
| 45 | + switch ($type) { |
|
| 46 | 46 | case PaymentLineType::PHYSICAL: |
| 47 | 47 | return self::PHYSICAL; |
| 48 | 48 | |