Skip to content

Commit 8f663bb

Browse files
committed
AC-6080::Fixed the static tests
1 parent b325ff7 commit 8f663bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Quote/Test/Unit/Plugin/Webapi/Controller/Rest/ValidateQuoteDataTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Quote\Test\Unit\Plugin\Webapi\Controller\Rest;
89

app/code/Magento/WebapiAsync/Model/OperationRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function __construct(
8080

8181
/**
8282
* @inheritDoc
83+
* @SuppressWarnings(PHPMD.EmptyCatchBlock)
8384
*/
8485
public function create($topicName, $entityParams, $groupId, $operationId): OperationInterface
8586
{

0 commit comments

Comments
 (0)