Completed
Push — pull-request/8766 ( dc8dbe )
by Kamil
23:45
created
app/migrations/Version20171003103916.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeValueType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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(),
Please login to merge, or discard this patch.