Completed
Push — master ( 4c7b9c...e919dc )
by Kamil
21:11
created
src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentMethodChoiceType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      */
103 103
     private function createChoiceList()
104 104
     {
105
-        return function (Options $options) 
105
+        return function(Options $options) 
106 106
         {
107 107
             if (isset($options['subject'])) {
108 108
                 $resolvedMethods = $this->paymentMethodsResolver->getSupportedMethods($options['subject']);
Please login to merge, or discard this patch.