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(
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 */
You can’t perform that action at this time.
0 commit comments