Skip to content

Commit 0654113

Browse files
author
Oleksandr Gorkun
committed
MC-22139: Introduce batch GraphQL resolvers
1 parent 0e45cf2 commit 0654113

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Catalog/Model/ProductLink/CollectionProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\Catalog\Model\ProductLink;
810

911
use Magento\Catalog\Model\Product;

app/code/Magento/Catalog/Model/ProductLink/ProductLinkQuery.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* Search for product links by criteria.
2323
*
2424
* Batch contract for getting product links.
25+
*
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2527
*/
2628
class ProductLinkQuery
2729
{

0 commit comments

Comments
 (0)