Skip to content

Commit 8ec56dc

Browse files
committed
Merge branch 'gl-graphql-api-enhancements' of https://github.com/magento-lynx/magento2ce into gl-graphql-api-enhancements
2 parents 9da4281 + ab8d439 commit 8ec56dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/TaxGraphQl/Model/Resolver/DisplayGiftWrapping.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class DisplayGiftWrapping implements ResolverInterface
2929
/**
3030
* @param EnumLookup $enumLookup
3131
*/
32-
public function __construct(private readonly EnumLookup $enumLookup) {
32+
public function __construct(private readonly EnumLookup $enumLookup)
33+
{
3334
}
3435

3536
/**

0 commit comments

Comments
 (0)