@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $builder->add((string) $option->getCode(), ProductOptionValueChoiceType::class, [ |
| 49 | 49 | 'label' => $option->getName() ?: $option->getCode(), |
| 50 | 50 | 'option' => $option, |
| 51 | - 'property_path' => '['.$i.']', |
|
| 51 | + 'property_path' => '[' . $i . ']', |
|
| 52 | 52 | 'block_name' => 'entry', |
| 53 | 53 | ]); |
| 54 | 54 | } |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | $builder->add($option->getCode(), ProductOptionValueChoiceType::class, [ |
| 35 | 35 | 'label' => $option->getName(), |
| 36 | 36 | 'option' => $option, |
| 37 | - 'property_path' => '['.$i.']', |
|
| 37 | + 'property_path' => '[' . $i . ']', |
|
| 38 | 38 | 'block_name' => 'entry', |
| 39 | 39 | ]); |
| 40 | 40 | } |