@@ -9,7 +9,7 @@ |
||
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\CoreBundle\Templating\Helper; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
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\CoreBundle\Templating\Helper; |
15 | 15 |
@@ -33,8 +33,7 @@ |
||
33 | 33 | function it_returns_null_if_product_has_no_variants( |
34 | 34 | ProductVariantResolverInterface $productVariantResolver, |
35 | 35 | ProductInterface $product |
36 | - ) |
|
37 | - { |
|
36 | + ) { |
|
38 | 37 | $productVariantResolver->getVariant($product)->willReturn(null); |
39 | 38 | |
40 | 39 | $this->resolveVariant($product)->shouldBeEqualTo(null); |