Completed
Push — symfony3 ( 9e4aea...666329 )
by Kamil
18:10
created
src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentMethodChoiceType.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.