Skip to content

Commit 5ba4af9

Browse files
committed
Merge branch 'ACP2E-75' of https://github.com/magento-l3/magento2ce into L3-PR-20210908
2 parents c203bae + c41a93d commit 5ba4af9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Resolver/AddProductsToCart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
9292
* @param array|null $args
9393
* @return array
9494
* @throws GraphQlInputException
95+
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
9596
*/
9697
private function run($context, ?array $args): array
9798
{

app/code/Magento/QuoteGraphQl/Model/Resolver/AddSimpleProductsToCart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
8181
* @param array|null $args
8282
* @return array[]
8383
* @throws GraphQlInputException
84+
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
8485
*/
8586
private function run($context, ?array $args): array
8687
{

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteMutexTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function callableDataProvider(): array
7575
*
7676
* @param string $var
7777
* @return string
78+
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
7879
*/
7980
private function privateMethod(string $var)
8081
{

0 commit comments

Comments
 (0)