Skip to content

Commit cc4b8a7

Browse files
committed
ACP2E-1388, addressed static
1 parent 70789e0 commit cc4b8a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Bundle/Model/Plugin/ProductPriceIndexModifier.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
27

38
namespace Magento\Bundle\Model\Plugin;
49

@@ -32,6 +37,7 @@ public function __construct(ResourceConnection $resourceConnection, string $conn
3237
* @param callable $proceed
3338
* @param IndexTableStructure $priceTable
3439
* @param array $entityIds
40+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3541
*/
3642
public function aroundModifyPrice(ProductPriceIndexFilter $subject, callable $proceed, IndexTableStructure $priceTable, array $entityIds = [])
3743
{

0 commit comments

Comments
 (0)