@@ -56,7 +56,7 @@ |
||
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 | } |