Completed
Push — symfony3 ( 5b1113...e0eba1 )
by Kamil
18:28
created
CoreBundle/Form/Type/Pricing/ChannelAndCurrencyBasedConfigurationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
          */
57 57
         foreach ($this->channelRepository->findAll() as $channel) {
58 58
             foreach ($this->currencyRepository->findAll() as $currency) {
59
-                $builder->add($channel->getCode().$options['delimiter'].$currency->getCode(), 'sylius_money', [
59
+                $builder->add($channel->getCode() . $options['delimiter'] . $currency->getCode(), 'sylius_money', [
60 60
                     'label' => sprintf('%s %s', $channel->getName(), $currency->getCode())
61 61
                 ]);
62 62
             }
Please login to merge, or discard this patch.