Skip to content

Commit 27cc0b6

Browse files
author
Mohammad HAJ SALEM
committed
👌 closing parenthesis and the opening brace of a multi-line function on the same line
1 parent 005e3eb commit 27cc0b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Model/Product/Link/SaveHandler.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public function __construct(
4747
Link $linkResource,
4848
ProductLinkRepositoryInterface $productLinkRepo,
4949
\Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
50-
)
51-
{
50+
) {
5251
$this->metadataPool = $metadataPool;
5352
$this->linkResource = $linkResource;
5453
$this->productLinkRepo = $productLinkRepo;

0 commit comments

Comments
 (0)