@@ -22,7 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * {@inheritdoc} |
24 | 24 | */ |
25 | - public function setContainer(?ContainerInterface $container = null): void |
|
25 | + public function setContainer(?ContainerInterface $container = null) : void |
|
26 | 26 | { |
27 | 27 | $this->container = $container; |
28 | 28 | } |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\AttributeBundle\Form\Type; |
15 | 15 | |
@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | FormInterface $form, |
131 | 131 | AttributeInterface $attribute, |
132 | 132 | ?string $localeCode = null |
133 | - ): void { |
|
133 | + ) : void { |
|
134 | 134 | $form->add('value', $this->formTypeRegistry->get($attribute->getType(), 'default'), [ |
135 | 135 | 'auto_initialize' => false, |
136 | 136 | 'configuration' => $attribute->getConfiguration(), |