Skip to content

Commit 6c20e8b

Browse files
committed
Fix static test
1 parent a3936c8 commit 6c20e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Model/AdminOrder/Create.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ public function __construct(
334334
StoreManagerInterface $storeManager = null,
335335
CustomAttributeListInterface $customAttributeList = null,
336336
OrderRepositoryInterface $orderRepositoryInterface = null
337-
)
338-
{
337+
) {
339338
$this->_objectManager = $objectManager;
340339
$this->_eventManager = $eventManager;
341340
$this->_coreRegistry = $coreRegistry;
@@ -827,6 +826,7 @@ public function getCustomerGroupId()
827826
* @return $this
828827
* @throws \Magento\Framework\Exception\LocalizedException
829828
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
829+
* @SuppressWarnings(PHPMD.NPathComplexity)
830830
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
831831
* phpcs:disable Generic.Metrics.NestingLevel
832832
*/

0 commit comments

Comments
 (0)