@@ -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 | } |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | $view->vars['prototypes'] = []; |
| 118 | 118 | foreach ($form->getConfig()->getAttribute('prototypes') as $group => $prototypes) { |
| 119 | 119 | foreach ($prototypes as $type => $prototype) { |
| 120 | - $view->vars['prototypes'][$group.'_'.$type] = $prototype->createView($view); |
|
| 120 | + $view->vars['prototypes'][$group . '_' . $type] = $prototype->createView($view); |
|
| 121 | 121 | } |
| 122 | 122 | } |
| 123 | 123 | } |