Completed
Push — pr-9119 ( 4ecfb3 )
by Kamil
31:30
created
Bundle/CoreBundle/spec/Templating/Helper/VariantResolverHelperSpec.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.