@@ -100,8 +100,7 @@ |
||
100 | 100 | */ |
101 | 101 | private function createChoiceList() |
102 | 102 | { |
103 | - return function (Options $options) |
|
104 | - { |
|
103 | + return function (Options $options) { |
|
105 | 104 | if (isset($options['subject'])) { |
106 | 105 | $resolvedMethods = $this->paymentMethodsResolver->getSupportedMethods($options['subject']); |
107 | 106 | } else { |