Completed
Push — locale-removal ( 1f9ebb...fb6ffb )
by Kamil
41:55 queued 19:22
created
src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeTranslationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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
 
Please login to merge, or discard this patch.
Bundle/AttributeBundle/Form/Type/AttributeType/CheckboxAttributeType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\AttributeType;
15 15
 
Please login to merge, or discard this patch.
Type/AttributeType/Configuration/SelectAttributeChoicesCollectionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\AttributeType\Configuration;
15 15
 
Please login to merge, or discard this patch.
Bundle/AttributeBundle/Doctrine/ORM/Subscriber/LoadMetadataSubscriber.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\Doctrine\ORM\Subscriber;
15 15
 
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
             'targetEntity' => $subjectClass,
82 82
             'inversedBy' => 'attributes',
83 83
             'joinColumns' => [[
84
-                'name' => $subject.'_id',
84
+                'name' => $subject . '_id',
85 85
                 'referencedColumnName' => $targetEntityMetadata->fieldMappings['id']['columnName'],
86 86
                 'nullable' => false,
87 87
                 'onDelete' => 'CASCADE',
Please login to merge, or discard this patch.
Sylius/Bundle/AttributeBundle/test/src/Tests/SyliusAttributeBundleTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Tests;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/AttributeBundle/SyliusAttributeBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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;
15 15
 
Please login to merge, or discard this patch.
AttributeBundle/Validator/Constraints/ValidAttributeValueValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/spec/Twig/SortByExtensionSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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 spec\Sylius\Bundle\UiBundle\Twig;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/spec/Fixtures/SampleInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\UiBundle\spec\Fixtures;
15 15
 
Please login to merge, or discard this patch.