@@ -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); |