File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Model/AdminOrder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,8 +334,7 @@ public function __construct(
334
334
StoreManagerInterface $ storeManager = null ,
335
335
CustomAttributeListInterface $ customAttributeList = null ,
336
336
OrderRepositoryInterface $ orderRepositoryInterface = null
337
- )
338
- {
337
+ ) {
339
338
$ this ->_objectManager = $ objectManager ;
340
339
$ this ->_eventManager = $ eventManager ;
341
340
$ this ->_coreRegistry = $ coreRegistry ;
@@ -827,6 +826,7 @@ public function getCustomerGroupId()
827
826
* @return $this
828
827
* @throws \Magento\Framework\Exception\LocalizedException
829
828
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
829
+ * @SuppressWarnings(PHPMD.NPathComplexity)
830
830
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
831
831
* phpcs:disable Generic.Metrics.NestingLevel
832
832
*/
You can’t perform that action at this time.
0 commit comments