Skip to content

Commit 8a00e62

Browse files
author
Michail Slabko
committed
MAGETWO-36655: Downloadable UI and Flow Update
- MAGETWO-42353: Delivery to mainline -- sync with mainline: fix tests
1 parent 5a9fcf5 commit 8a00e62

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tabs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Admin product edit tabs
9-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
10-
*/
117
namespace Magento\Catalog\Block\Adminhtml\Product\Edit;
128

139
use Magento\Backend\Block\Template\Context;
@@ -22,6 +18,10 @@
2218
use Magento\Framework\Registry;
2319
use Magento\Framework\Translate\InlineInterface;
2420

21+
/**
22+
* Admin product edit tabs
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+
*/
2525
class Tabs extends WigetTabs
2626
{
2727
const BASIC_TAB_GROUP_CODE = 'basic';

app/code/Magento/Catalog/view/adminhtml/web/js/product/weight-handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ define([
99
'use strict';
1010

1111
return {
12+
1213
/**
1314
* Hide weight switcher
1415
*/

0 commit comments

Comments
 (0)